Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MNLR committed Apr 19, 2021
1 parent 84562ed commit 096d9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This modified version of the well-known [`rpart`](https://cran.r-project.org/web
- Modify the *mtry* parameter (number of predictors considered at each split).
- Use new split functions which allow for dealing with predictands that are non-normally distributed. For speed purposes, this part of the code has been written in the C language.

This allows for building non-standard **random forests** through the [RandomForest2](https://github.com/MNLR/RandomForest2) package.
This allows for building non-standard **random forests** through the [RandomForestDist](https://github.com/MNLR/RandomForestDist) package.

**Note**: This package is still being developed and new functionalities may be added soon.

Expand Down

0 comments on commit 096d9f9

Please sign in to comment.