Skip to content

Commit

Permalink
Update readme with the purpose of the app
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffrey committed Dec 24, 2017
1 parent 766aa2b commit 4bb5d8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Pine - a tool for Random Decision Forests

Ensembles of random decision trees. Make predictions using the machine learning technique.
Ensembles of random decision trees.

This app implements the machine learning technique of generating groups of random decision trees, where each is responsible for small parts of the dataset.

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

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

Expand Down

0 comments on commit 4bb5d8d

Please sign in to comment.