Skip to content

Commit 4bb5d8d

Browse files
committed
Update readme with the purpose of the app
1 parent 766aa2b commit 4bb5d8d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Pine - a tool for Random Decision Forests
22

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.
46

57
See [this Kaggle discussion](https://www.kaggle.com/general/3920) of the term *random forest*.
68

@@ -11,7 +13,7 @@ See [this Kaggle discussion](https://www.kaggle.com/general/3920) of the term *r
1113
```bash
1214
cd pine/tree
1315
make deps
14-
go build
16+
go build # outputs the executable "tree" app
1517
./tree # prints help
1618
```
1719

0 commit comments

Comments
 (0)