Francis Oliveira
|
d33eb47a05
|
Fix random forest model loading
|
2021-01-10 00:56:45 -03:00 |
|
Yaser Azfar
|
ae8d7f7baa
|
adds error checking for err variable that were being left unchecked
|
2019-12-27 12:10:38 +13:00 |
|
Richard Townsend
|
e7fee0a2d1
|
Reformat, fix tests
|
2017-09-10 21:10:54 +01:00 |
|
Amit Kumar Gupta
|
9f67f73330
|
Convert some tests to goconvey, and improve assertions along the way
|
2014-08-22 13:39:29 +00: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
|
529b3bcaa5
|
Avoid renaming packages on import
|
2014-08-22 13:39:29 +00:00 |
|
Amit Kumar Gupta
|
947ee8380e
|
Return error instead of panicking when unable to get confusion matrix
|
2014-08-22 13:39:29 +00:00 |
|
Amit Kumar Gupta
|
14aad31821
|
Consistently use (t *testing.T) instead of T or testEnv
|
2014-08-22 08:44:41 +00:00 |
|
Amit Kumar Gupta
|
695aec6eb6
|
Favor idiomatic t.Fatalf over panic for test failures
|
2014-08-22 08:07:55 +00:00 |
|
Amit Kumar Gupta
|
45545d6ebd
|
Remove Println's from automated test suite since they aren't assertions
|
2014-08-22 07:58:01 +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 |
|
Remo Hertig
|
f77c1dcde0
|
use multiple return values instead of an array in InstancesTrainTestSplit
|
2014-06-06 21:33:17 +02:00 |
|
Richard Townsend
|
1b0e2dce7c
|
Correction to randomisation and train-test split
|
2014-05-18 11:23:32 +01:00 |
|
Richard Townsend
|
12ace9def5
|
Identified source of the low accuracy
|
2014-05-17 20:37:19 +01:00 |
|
Richard Townsend
|
13c0dc3eba
|
Reduced-error pruning
|
2014-05-17 18:06:01 +01:00 |
|
Richard Townsend
|
c516907b13
|
Passes all the tests
|
2014-05-17 17:35:10 +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 |
|