index
:
2020_data_mining_classification_tree.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tree.py
Age
Commit message (
Expand
)
Author
2020-10-16
message
Mike Vink
2020-10-09
Merge branch 'master' of github.com:Shikeiku/2020_data_mining_assignments int...
Mike Vink
2020-10-09
last commit
Mike Vink
2020-10-09
Commit
Mike Vink
2020-10-09
Update tree.py
Hunter
2020-10-04
Almost finished with writing the docs
Mike Vink
2020-10-04
Documenting before the hand-in
Mike Vink
2020-10-01
Merge pull request #14 from Vinkage/lonnie
lonnie20
2020-10-01
Update tree.py
lonnie20
2020-09-25
Minor: fix unecessary line
Mike Vink
2020-09-25
Merge branch 'master' of github.com:Shikeiku/2020_data_mining_assignments int...
Mike Vink
2020-09-25
Minor: decided to uncomment the test calls
Mike Vink
2020-09-25
Update tree.py
lonnie20
2020-09-25
Update tree.py
lonnie20
2020-09-25
print change
Mike Vink
2020-09-25
Merge branch 'mike_vink' into master
Mike Vink
2020-09-25
Minor: print bootstraps used for prediction
Mike Vink
2020-09-25
Fix: bottleneck in the prediction
Mike Vink
2020-09-25
minor things
Mike Vink
2020-09-25
Update: this tree is fast and gets good results
Mike Vink
2020-09-25
Fix: compared time profile and went back
Mike Vink
2020-09-24
Fix: pima indians data prediction working now
Mike Vink
2020-09-24
Concatenate list of arrays instead of vstack
Mike Vink
2020-09-24
Improv: numpy exhaustive split and better update
Mike Vink