optRF 1.2.1
Improvements
- Improved output of estimate_numtreesandestimate_stabilityfunctions
Bug Fixes
- Fixed a bug with the plot functions for the
opt_importance_objectandopt_prediction_objectobjects.
optRF 1.2.0
New Features
- Added function measure_stabilityto measure the
stability of random forest for a certain data set with a certain number
of trees.
Improvements
- Adding checks for validity of parameters alpha,number_repetitionsandrec_thresh.
Other
- Updated CITATIONfile with published manuscript.
optRF 1.1.0
New Features
- Added support for selecting multiple classes in
opt_prediction.
- Introduced the verboseparameter inopt_importanceandopt_predictionto control
message display.
- Added the importanceparameter toopt_importance, allowing users to specify the importance
measure used byranger.
- Included code for generating the SNPdatadata set.
- Added vignettes to guide users on using the package.
Improvements
- Replaced the evaluation of random forest using simulated data with
out-of-bag (OOB) data.
- Removed and simplified redundant code to enhance efficiency.
- Reduced minimum version requirements for imported packages.
Bug Fixes
- Fixed a bug in the calculation of
estimate_numtrees.
Other
- Added a NEWS.mdfile to track changes to the
package.
- Added a CITATIONfile.
- Added a README.mdfile for the Github repository.
optRF 1.0.1