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 18 days ago
16.36 score 776 stars 172 packages 7.9k scripts 57k 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 4 years ago
10.97 score 31 stars 37 packages 2.7k scripts 21k 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 1 days ago
5.44 score 11 stars 25 scripts 189 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 5 days ago
4.86 score 5 stars 16 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 7 years ago
2.70 score 1 stars 5 scripts 227 downloadssurvnet - Artificial neural networks for survival analysis
Artificial neural networks for survival analysis
Last updated 3 years ago
2.00 score 2 stars 9 scriptslmmot - Multiple Ordinal Tobit (MOT) Model
Fit right censored Multiple Ordinal Tobit (MOT) model.
Last updated 8 years ago
1.00 score 1 scripts 165 downloads