Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 229 Bytes

File metadata and controls

9 lines (6 loc) · 229 Bytes

Decision tree impelentation, CART

  • learn.csv - train set
  • test.csv - test set
  • users.csv - the full data

Run and test: python3 Cart.py learn.csv users.csv

Cross-validate: python3 Cart.py cross-val users.csv