You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Pine - a tool for Random Decision Forests
2
2
3
-
Ensembles of random decision trees. Make predictions using the machine learning technique.
3
+
Ensembles of random decision trees.
4
+
5
+
This app implements the machine learning technique of generating groups of random decision trees, where each is responsible for small parts of the dataset.
4
6
5
7
See [this Kaggle discussion](https://www.kaggle.com/general/3920) of the term *random forest*.
6
8
@@ -11,7 +13,7 @@ See [this Kaggle discussion](https://www.kaggle.com/general/3920) of the term *r
0 commit comments