Skip to content

Commit 8968843

Browse files
committed
update readme, multi-threading
1 parent 8412e25 commit 8968843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Julia implementation of Decision Tree and Random Forest algorithms
99
## Classification
1010
* pre-pruning (max depth, min leaf size)
1111
* post-pruning (pessimistic pruning)
12-
* parallelized bagging (random forests)
12+
* multi-threaded bagging (random forests)
1313
* adaptive boosting (decision stumps)
1414
* cross validation (n-fold)
1515
* support for mixed categorical and numerical data
1616

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

0 commit comments

Comments
 (0)