Skip to content

Commit

Permalink
update readme, multi-threading
Browse files Browse the repository at this point in the history
  • Loading branch information
bensadeghi committed Oct 6, 2019
1 parent 8412e25 commit 8968843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Julia implementation of Decision Tree and Random Forest algorithms
## Classification
* pre-pruning (max depth, min leaf size)
* post-pruning (pessimistic pruning)
* parallelized bagging (random forests)
* multi-threaded bagging (random forests)
* adaptive boosting (decision stumps)
* cross validation (n-fold)
* support for mixed categorical and numerical data

## Regression
* pre-pruning (max depth, min leaf size)
* parallelized bagging (random forests)
* multi-threaded bagging (random forests)
* cross validation (n-fold)
* support for numerical features

Expand Down

0 comments on commit 8968843

Please sign in to comment.