ranger - A Fast Implementation of Random Forests
A fast implementation of Random Forests, particularly suited for high dimensional data. Ensembles of classification, regression, survival and probability prediction trees are supported. Data from genome-wide association studies can be analyzed efficiently. In addition to data frames, datasets of class 'gwaa.data' (R package 'GenABEL') and 'dgCMatrix' (R package 'Matrix') can be directly analyzed.
Last updated
cpp
16.41 score 809 stars 244 dependents 14k scripts 72k downloadsneuralnet - Training of Neural Networks
Training of neural networks using backpropagation, resilient backpropagation with (Riedmiller, 1994) or without weight backtracking (Riedmiller and Braun, 1993) or the modified globally convergent version by Anastasiadis et al. (2005). The package allows flexible settings through custom-choice of error and activation function. Furthermore, the calculation of generalized weights (Intrator O & Intrator N, 1993) is implemented.
Last updated
11.23 score 35 stars 41 dependents 4.2k scripts 19k downloadscpi - Conditional Predictive Impact
A general test for conditional independence in supervised learning algorithms as proposed by Watson & Wright (2021) <doi:10.1007/s10994-021-06030-6>. Implements a conditional variable importance measure which can be applied to any supervised learning algorithm and loss function. Provides statistical inference procedures without parametric assumptions and applies equally well to continuous and categorical predictors and outcomes.
Last updated
5.24 score 12 stars 29 scripts 203 downloadsglex - Global Explanations for Tree-Based Models
Global explanations for tree-based models by decomposing regression or classification functions into the sum of main components and interaction components of arbitrary order. Calculates SHAP values and q-interaction SHAP for all values of q for tree-based models such as xgboost.
Last updated
cpp
5.00 score 7 stars 32 scriptsbnnSurvival - Bagged k-Nearest Neighbors Survival Prediction
Implements a bootstrap aggregated (bagged) version of the k-nearest neighbors survival probability prediction method (Lowsky et al. 2013). In addition to the bootstrapping of training samples, the features can be subsampled in each baselearner to break the correlation between them. The Rcpp package is used to speed up the computation.
Last updated
cpp
3.18 score 1 stars 1 dependents 5 scripts 306 downloadssurvnet - Artificial neural networks for survival analysis
Artificial neural networks for survival analysis
Last updated
1.70 score 1 stars 9 scriptslmmot - Multiple Ordinal Tobit (MOT) Model
Fit right censored Multiple Ordinal Tobit (MOT) model.
Last updated
1.00 score 1 scripts 207 downloads
