supervisedPRIM - Supervised Classification Learning and Prediction using Patient Rule Induction Method (PRIM)
The Patient Rule Induction Method (PRIM) is typically used for "bump hunting" data mining to identify regions with abnormally high concentrations of data with large or small values. This package extends this methodology so that it can be applied to binary classification problems and used for prediction.
Last updated
patient-rules-inductionsupervised-learning
2.70 score 1 stars 5 scripts 208 downloadsDidacticBoost - A Simple Implementation and Demonstration of Gradient Boosting
A basic, clear implementation of tree-based gradient boosting designed to illustrate the core operation of boosting models. Tuning parameters (such as stochastic subsampling, modified learning rate, or regularization) are not implemented. The only adjustable parameter is the number of training rounds. If you are looking for a high performance boosting implementation with tuning parameters, consider the 'xgboost' package.
Last updated
gradient-boosting
2.70 score 1 scripts 206 downloads