Other packages > Find by keyword >

isotree  

Isolation-Based Outlier Detection
View on CRAN: Click here


Download and install isotree package within the R console
Install from CRAN:
install.packages("isotree")

Install from Github:
library("remotes")
install_github("cran/isotree")

Install by package version:
library("remotes")
install_version("isotree", "0.6.1-4")



Attach the package and use:
library("isotree")
Maintained by
David Cortes
[Scholar Profile | Author Map]
First Published: 2019-12-18
Latest Update: 2023-08-07
Description:
Fast and multi-threaded implementation of isolation forest (Liu, Ting, Zhou (2008) ), extended isolation forest (Hariri, Kind, Brunner (2018) ), SCiForest (Liu, Ting, Zhou (2010) ), fair-cut forest (Cortes (2021) ), robust random-cut forest (Guha, Mishra, Roy, Schrijvers (2016) ), and customizable variations of them, for isolation-based outlier detection, clustered outlier detection, distance or similarity approximation (Cortes (2019) ), isolation kernel calculation (Ting, Zhu, Zhou (2018) ), and imputation of missing values (Cortes (2019) ), based on random or guided decision tree splitting, and providing different metrics for scoring anomalies based on isolation depth or density (Cortes (2021) ). Provides simple heuristics for fitting the model to categorical columns and handling missing data, and offers options for varying between random and guided splits, and for using different splitting criteria.
How to cite:
David Cortes (2019). isotree: Isolation-Based Outlier Detection. R package version 0.6.1-4, https://cran.r-project.org/web/packages/isotree. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.1.5 (2019-12-18 16:20), 0.1.8 (2020-01-08 13:40), 0.1.11 (2020-04-27 18:20), 0.1.17 (2020-07-20 11:20), 0.1.18 (2020-07-29 20:30), 0.1.19 (2020-10-11 14:10), 0.1.20 (2020-10-14 01:50), 0.1.24 (2020-12-10 16:30), 0.1.28 (2021-01-13 21:20), 0.2.7 (2021-03-01 20:20), 0.2.8 (2021-07-11 06:20), 0.2.10 (2021-07-17 08:40), 0.3.0 (2021-08-22 10:30), 0.3.9 (2021-10-23 19:40), 0.5.5 (2022-01-11 10:12), 0.5.14 (2022-02-13 20:00), 0.5.15 (2022-03-31 12:40), 0.5.16 (2022-08-06 22:00), 0.5.17 (2022-09-07 19:40), 0.5.19-1 (2023-03-16 20:40), 0.5.20 (2023-05-23 09:10), 0.5.22 (2023-08-07 18:00), 0.5.24-1 (2023-11-28 08:20), 0.5.24-2 (2023-12-01 11:20), 0.5.24-3 (2023-12-02 04:20), 0.5.24 (2023-11-19 23:40), 0.6.1-1 (2024-03-27 18:10)
Other packages that cited isotree R package
View isotree citation profile
Other R packages that isotree depends, imports, suggests or enhances
Complete documentation for isotree
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for isotree2030405060708090100110120130TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA