-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Iurii Kemaev
committed
Sep 18, 2018
1 parent
90b01f5
commit 0caab13
Showing
3 changed files
with
17 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
Decision_tree-CART- | ||
=================== | ||
### Decision tree impelentation, *CART* | ||
|
||
Homework for Data Mining | ||
* learn.csv - train set | ||
* test.csv - test set | ||
* users.csv - the full data | ||
|
||
learn.csv - обучающая выборка test.csv - тестовая выборка | ||
Run and test: `python3 Cart.py learn.csv users.csv` | ||
|
||
users.csv - общий набор данных | ||
|
||
обучить и протестировать: python Cart.py learn.csv userfilt.csv | ||
кросс-валидация: python Cart.py cross-val users.csv | ||
Cross-validate: `python3 Cart.py cross-val users.csv` |