This website requires JavaScript.
Explore
Help
Sign In
OrgLion-ML
/
golearn
Watch
1
Star
0
Fork
0
You've already forked golearn
mirror of
https://github.com/sjwhitworth/golearn.git
synced
2025-04-28 13:48:56 +08:00
Code
Issues
Releases
Wiki
Activity
golearn
/
trees
History
Richard Townsend
26660e1470
Corrected a problem with pruning, actual ID3 decision tree type
...
Going to modify Bagging to select attributes on its own
2014-05-17 21:45:26 +01:00
..
entropy.go
Identified source of the low accuracy
2014-05-17 20:37:19 +01:00
id3.go
Corrected a problem with pruning, actual ID3 decision tree type
2014-05-17 21:45:26 +01:00
random.go
Identified source of the low accuracy
2014-05-17 20:37:19 +01:00
tennis.csv
ID3 algorithm working
2014-05-17 17:28:51 +01:00
tree_test.go
Corrected a problem with pruning, actual ID3 decision tree type
2014-05-17 21:45:26 +01:00
trees.go
Refactored KNN to implement the estimator interface
2014-05-05 22:41:55 +01:00