Richard Townsend
|
e7fee0a2d1
|
Reformat, fix tests
|
2017-09-10 21:10:54 +01:00 |
|
Richard Townsend
|
e27215052b
|
ensemble: tests pass
|
2017-09-10 19:30:02 +01:00 |
|
Amit Kumar Gupta
|
1809a8b358
|
RandomForest returns error when fitting data with fewer features than the RandomForest plans to use
- BaseClassifier Predict and Fit methods return errors
- go fmt ./...
Conflicts:
ensemble/randomforest.go
ensemble/randomforest_test.go
trees/tree_test.go
|
2014-08-22 13:39:29 +00:00 |
|
Amit Kumar Gupta
|
66ad866cb3
|
RandomForest panics when trying to fit data with too few features instead of just hanging forever
|
2014-08-22 07:39:14 +00:00 |
|
Amit Kumar Gupta
|
21bb2fc9fa
|
Remove redundant import renames
|
2014-08-22 07:21:24 +00:00 |
|
Richard Townsend
|
2e5deb1476
|
ensemble: merge from v2-instances
|
2014-08-03 15:16:50 +01:00 |
|
Niclas Jern
|
627a5537d3
|
Comments should be of the form "<Struct> ..." or "<MethodName> ..."
|
2014-07-18 13:48:28 +03:00 |
|
Richard Townsend
|
889fec4419
|
Examples for RandomForest, ID3 and Random trees
|
2014-05-19 12:42:03 +01:00 |
|
Richard Townsend
|
45ca6063f1
|
Not sure if this bagging version is better or not
More more similar to "Attribute bagging:improving accuracy of classifier ensembles by using random feature subsets" (Brill)
|
2014-05-18 11:49:35 +01:00 |
|
Richard Townsend
|
c516907b13
|
Passes all the tests
|
2014-05-17 17:35:10 +01:00 |
|
Richard Townsend
|
cf165695c8
|
ChiMerge seems to improve accuracy
|
2014-05-17 16:20:56 +01:00 |
|
Richard Townsend
|
fdb67a4355
|
Initial work on decision trees
Random Forest has occasional disastrous accuracy:
never seen that happen in WEKA
|
2014-05-14 14:00:22 +01:00 |
|