File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ##### Version 0.4.0
2+ * New CRAN version. New CRAN versions will be 0.x.0, development versions 0.x.y
3+
14##### Version 0.3.9
25* Reduce memory usage of savest forest objects (changed child.nodeIDs interface)
36
47##### Version 0.3.8
5- * Remove tuning functions, please use mlr or caret.
8+ * Remove tuning functions, please use mlr or caret
69
710##### Version 0.3.7
811* Fix bug with alternative interface and prediction
Original file line number Diff line number Diff line change 11Package: ranger
22Type: Package
33Title: A Fast Implementation of Random Forests
4- Version: 0.3.9
5- Date: 2016-03-22
4+ Version: 0.4.0
5+ Date: 2016-04-07
66Author: Marvin N. Wright
77Maintainer: Marvin N. Wright <wright@imbs.uni-luebeck.de>
8- Description: A fast implementation of Random Forests, particularly suited for high dimensional data. Ensembles of
9- classification, regression, survival and probability prediction trees are supported. Data from
10- genome-wide association studies can be analyzed efficiently. In addition to data frames, datasets of
11- class 'gwaa.data' (R package GenABEL) can be directly analyzed.
8+ Description: A fast implementation of Random Forests, particularly suited for high dimensional data. Ensembles
9+ of classification, regression, survival and probability prediction trees are supported. Data from
10+ genome-wide association studies can be analyzed efficiently. In addition to data frames, datasets
11+ of class 'gwaa.data' (R package GenABEL) can be directly analyzed.
1212License: GPL-3
1313Imports: Rcpp (>= 0.11.2)
1414LinkingTo: Rcpp
Original file line number Diff line number Diff line change 1- ##### Version 0.3.9
1+ ##### Version 0.4.0
22* Reduce memory usage of savest forest objects (changed child.nodeIDs interface)
3-
4- ##### Version 0.3.8
5- * Remove tuning functions, please use mlr or caret.
6-
7- ##### Version 0.3.7
8- * Fix bug with alternative interface and prediction
9- * Small fixes
10-
11- ##### Version 0.3.6
123* Add keep.inbag option to track in-bag counts
134* Add option sample.fraction for fraction of sampled observations
14-
15- ##### Version 0.3.5
165* Add tree-wise split.select.weights
17-
18- ##### Version 0.3.4
196* Add predict.all option in predict() to get individual predictions for each tree for classification and regression
20- * Small changes in documentation
21-
22- ##### Version 0.3.3
237* Add case-specific random forests
24-
25- ##### Version 0.3.2
268* Add case weights (weighted bootstrapping or subsampling)
27-
28- ##### Version 0.3.1
9+ * Remove tuning functions, please use mlr or caret
2910* Catch error of outdated gcc not supporting C++11 completely
11+ * Bug fixes
3012
3113##### Version 0.3.0
3214* Allow the user to interrupt computation from R
Original file line number Diff line number Diff line change 11#ifndef RANGER_VERSION
2- #define RANGER_VERSION "0.3.9 "
2+ #define RANGER_VERSION "0.4.0 "
33#endif
You can’t perform that action at this time.
0 commit comments