1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-05-01 22:18:10 +08:00

235 Commits

Author SHA1 Message Date
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
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
d835081de9 Favor idiomatic error return over panic when parsing non-existent CSV file 2014-08-22 07:27:16 +00:00
Amit Kumar Gupta
21bb2fc9fa Remove redundant import renames 2014-08-22 07:21:24 +00:00
Amit Kumar Gupta
8f5a5f4962 Add headings and improve formatting of ConfusionMatrix GetSummary 2014-08-22 07:09:16 +00:00
Amit Kumar Gupta
25f59e2d6b Remove unused private functions from base/util 2014-08-22 07:07:13 +00:00
Amit Kumar Gupta
b8e0a36f73 Remove unused untested private function from chimerge_funcs 2014-08-22 07:03:49 +00:00
Amit Kumar Gupta
688a82babb fix typo suceed -> succeed 2014-08-22 07:00:39 +00:00
Amit Kumar Gupta
94e5843bcf go fmt ./... 2014-08-22 06:55:20 +00:00
Richard Townsend
45f0be7607 Merge pull request #75 from Sentimentron/anonmap
edf: use make() to back EdfAnonMap
2014-08-21 16:36:12 +01:00
Richard Townsend
0c10896ff5 Merge pull request #74 from amitkgupta/master
Tiny improvements
2014-08-21 16:36:05 +01:00
Richard Townsend
c59384bbed edf: use make() to back EdfAnonMap 2014-08-20 22:25:18 +01:00
Amit Kumar Gupta
5ea7253458 ignore coverprofile files 2014-08-20 05:55:30 +00:00
Amit Kumar Gupta
525b4536c8 Delete tmpfile after edf test 2014-08-20 05:55:30 +00:00
Amit Kumar Gupta
36048a9922 Fix error in test description for KnnClassifier 2014-08-20 05:54:28 +00:00
Stephen Whitworth
710eabd2b7 Merge pull request #67 from Sentimentron/mmap-fix
edf: Removed unnecessary Sync()
2014-08-11 16:13:31 +01:00
Richard Townsend
c0d4140557 edf: Removed unnecessary Sync() 2014-08-11 14:38:57 +01:00
Stephen Whitworth
827ee92e7a Update README.md 2014-08-10 23:03:01 +01:00
Stephen Whitworth
15ceafd72e Update README.md 2014-08-10 23:00:40 +01:00
Stephen Whitworth
ffc417b0fd Merge pull request #66 from sjwhitworth/mmap_change
Changing mmap repo
2014-08-10 22:43:04 +01:00
Stephen Whitworth
e64b2cea18 Changing mmap repo 2014-08-10 22:38:50 +01:00
Stephen Whitworth
9ae366ab44 Merge pull request #63 from Sentimentron/neural
Stop-gap support for neural networks
2014-08-10 09:13:01 +01:00
Stephen Whitworth
76ef9ede34 Merge pull request #62 from Sentimentron/instances-v2
Instances v2
2014-08-10 09:12:36 +01:00
Richard Townsend
f9c1e24e5b neural: stop-gap support for neural networks 2014-08-09 19:27:20 +01:00
Richard Townsend
29b3f06566 filters: FloatConvertFilter and BinaryConvertFilter tests 2014-08-09 15:42:25 +01:00
Richard Townsend
8196db1230 base: Added support for grouping and storing BinaryAttributes
* Pond was renamed to FixedAttributeGroup.
* AttributeGroup interface.
* BinaryAttributeGroup introduced.
2014-08-09 15:42:08 +01:00
Richard Townsend
d4ac151271 naive: deterministic Attribute order 2014-08-03 23:11:46 +01:00
Richard Townsend
bb1257563b base: deterministic Attribute order 2014-08-03 23:09:18 +01:00
Richard Townsend
c894d1e80d filters: revised binning_test to be more robust 2014-08-03 22:07:08 +01:00
Richard Townsend
d13654021f edf: corrections for Travis environment 2014-08-03 22:07:08 +01:00
Richard Townsend
7f7d914732 linear_models: tests pass 2014-08-03 15:17:50 +01:00
Richard Townsend
882b780637 naive: tests pass 2014-08-03 15:17:42 +01:00
Richard Townsend
47341b2869 base: Cleaned up duplicate Attribute resolution functions 2014-08-03 15:17:20 +01:00
Richard Townsend
ff97065261 base: BinaryConvertFilter, Transform()
Transform now takes a new Attribute so BinaryConvertFilter
 can work correctly
2014-08-03 15:17:18 +01:00
Richard Townsend
c91140261d base: BinaryAttribute 2014-08-03 15:17:16 +01:00
Richard Townsend
3fea8395a9 evaluation: merge from v2-instances 2014-08-03 15:17:14 +01:00
Richard Townsend
c2d040af30 trees: merge from v2-instances 2014-08-03 15:17:13 +01:00
Richard Townsend
3b3b23a221 meta: merge from v2-instances 2014-08-03 15:17:11 +01:00
Richard Townsend
77596a32ed linear_models: merge from v2-instances 2014-08-03 15:17:07 +01:00
Richard Townsend
5d7a37581a knn: merge from v2-instances 2014-08-03 15:17:05 +01:00
Richard Townsend
3821477b0f filters: merge from v2-instances 2014-08-03 15:17:04 +01:00
Richard Townsend
a9028b8174 examples: merge from v2-instances 2014-08-03 15:16:58 +01:00
Richard Townsend
2e5deb1476 ensemble: merge from v2-instances 2014-08-03 15:16:50 +01:00
Richard Townsend
2bb7c2de75 base: merge from v2-instances 2014-08-03 15:16:38 +01:00
Stephen Whitworth
5b50cffc91 Merge pull request #51 from Sentimentron/liblinear-1.94
Liblinear 1.94
2014-07-26 20:19:09 -04:00
Stephen Whitworth
a3f53c8fde Merge pull request #56 from albrow/master
Use a user-configurable log.Logger to print to console instead of fmt.Println
2014-07-26 20:18:53 -04:00
Stephen Whitworth
e6c28efe2d Merge pull request #54 from njern/knn_refactor
Knn refactor
2014-07-26 20:18:28 -04:00
Stephen Whitworth
8cc8c7b947 Merge pull request #59 from tncardoso/feature/naive
Bernoulli Naive Bayes
2014-07-26 11:23:39 -04:00
Thiago Cardoso
ec04f14a72 Added package documentation 2014-07-23 20:02:22 -03:00
Thiago Cardoso
923d2cd817 Merge branch 'master' into feature/naive 2014-07-23 19:54:12 -03:00