1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-26 13:49:14 +08:00

511 Commits

Author SHA1 Message Date
Richard Townsend
a6614fa9f5
Merge pull request #247 from AlekSi/patch-1
Bump Go versions
2020-07-25 18:25:19 +01:00
Alexey Palazhchenko
c40ae76b9c
Require Go 1.13+ 2020-07-22 19:38:39 +03:00
Alexey Palazhchenko
c793b1d2c5
Restore workaround 2020-07-22 19:29:30 +03:00
Alexey Palazhchenko
065f45d1ee
Bump Go versions 2020-07-22 19:23:51 +03:00
Richard Townsend
3e43e74895
Merge pull request #240 from yaserazfar/check_unchecked_errors
Add error checking for err variables that were being left unchecked
2019-12-30 16:12:59 +00: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
6fcc2b4ea5
Merge pull request #235 from JustinJudd/classInt
Fixed BernoulliNBClassifier to satisfy base.Classifier interface
2019-07-25 16:24:26 +01:00
Justin Judd
fadd9630bf Added String method to meet Classifier interface 2019-07-17 08:42:30 -05:00
Justin Judd
bffc4a52e6 Replace Panics with error returns to BernoulliNBClassifier Fit method to satisfy base.Classifier interface 2019-07-17 11:44:53 +09:00
Richard Townsend
c3cae572f4
Merge pull request #233 from Sentimentron/fixes-jun-19
Fix #232 and #229
2019-06-19 23:31:07 +01:00
Richard Townsend
850c914780 metrics: fixing pairwise CloneFrom 2019-06-18 10:36:02 +01:00
Richard Townsend
495bb91a48 neural: update to new mat64 API 2019-06-18 10:28:07 +01:00
Richard Townsend
864198dc6c clustering: update to new mat64 API
Fixes: #229
2019-06-16 16:41:28 +01:00
Richard Townsend
1fd926a3d9 linear_models: update to use new mat64 API
Fixes #232
2019-06-16 16:40:52 +01:00
Richard Townsend
82e59c89f5
Merge pull request #228 from Sentimentron/fix-11
Fix for error that happens on Go 1.11 and above
2019-03-23 18:59:25 +00:00
Richard Townsend
ac9fa85307 Fix for error that happens on Go 1.11 and above 2019-03-23 18:54:04 +00:00
Richard Townsend
5d79ed7114
Merge pull request #223 from sugarme/issue222
resolves #222
2019-03-23 18:45:14 +00:00
Richard Townsend
54a9a24821
Merge pull request #226 from tboudalier/master
Adapt for go 1.12 - Issue #225
2019-03-23 18:44:29 +00:00
Richard Townsend
744cde5cc3
Merge pull request #227 from Sentimentron/add-go-12
Ask Travis to test Go 1.11 and Go 1.12, drop support for Go 1.8
2019-03-23 18:43:39 +00:00
Richard Townsend
392c77537b Drop support for Go 1.8 2019-03-23 18:39:05 +00:00
Richard Townsend
b42867aceb
Merge branch 'master' into issue222 2019-03-23 18:34:21 +00:00
Richard Townsend
fbd5c5ae06
Merge pull request #224 from Soypete/master
FIX/update_gonum_matrix
2019-03-23 18:33:21 +00:00
Richard Townsend
993a961cfc Ask Travis to test Go 1.11 and Go 1.12 2019-03-23 18:26:48 +00:00
Thomas Boudalier
e219301900 Adapt for go 1.12 - Issue #225
Use now mandatory way to expose C structs with CGO
2019-03-22 10:57:42 +01:00
Miriah Peterson
2eb4fbdad1
Merge pull request #1 from Soypete/fix/matrix
Fix/matrix
2019-03-19 22:56:09 -06:00
Soypete
6e8d84a8a0 remove vendor 2019-03-19 22:50:28 -06:00
Soypete
019f1015dd change gonum matrix definitions to match with current gonum version 2019-03-19 22:49:58 -06:00
sugarme
7d17054445 resolves #222 2019-03-13 12:28:04 +11:00
Richard Townsend
7374d36191
Merge pull request #215 from ryanthecubfan/remove-optimisations-println
Yeah, I agree it was probably not the best idea.
2018-08-31 00:01:19 +01:00
ryanthecubfan
be0d096140
Removing the not-very-helpful info println
The line results in spammy logs and lives in a function that returns relevant values. Whether optimizations were used or not can be communicated other ways. Libraries should not print to stdout or stderr - it should be up to the consumer of the library to decide when to print.
2018-08-27 13:51:15 -07:00
Richard Townsend
46d6837c13
Merge pull request #212 from frozenkp/add-testing
Add testing code
2018-07-01 19:32:01 +01:00
ss8651twtw
b75b54aab8 Fix import cycle 2018-06-17 00:21:58 +08:00
ss8651twtw
c3670402e3 Fix variable name in convey 2018-06-16 23:24:44 +08:00
ss8651twtw
2a48e1f1b9 Update .travis.yml and coverage script 2018-06-16 23:16:22 +08:00
ss8651twtw
6af3dea823 Fix repo info 2018-06-16 22:30:19 +08:00
ss8651twtw
1e1b5f11fb Format code 2018-06-16 22:14:18 +08:00
Yao Wen Chang
9bfe206c9c Update em_test.go 2018-06-16 22:11:59 +08:00
Yao Wen Chang
eff9fb291c Update em_test.go 2018-06-16 22:11:59 +08:00
Yao Wen Chang
2e9588e51d Add Convey "Test more code" 2018-06-16 22:11:59 +08:00
yenck
b601ffa3e6 error 2018-06-16 22:11:59 +08:00
Si-Chen Lin
99c3bfa396 Update README.md 2018-06-16 22:11:59 +08:00
frozenkp
cebc60dc1c add knn_test 2018-06-16 22:11:59 +08:00
yenck
bf907556f5 testcase 2018-06-16 22:11:59 +08:00
yenck
80bc1ac6f8 some test for C0 2018-06-16 22:11:59 +08:00
yenck
30071eb8a4 some test for C9 2018-06-16 22:11:59 +08:00
yenck
d74c48e1b0 recover 2018-06-16 22:11:59 +08:00
yenck
77b8faa22c C0 2018-06-16 22:11:59 +08:00
frozenkp
6338cc3656 format 2018-06-16 22:11:59 +08:00
frozenkp
d74ab2ff28 add kdtree test 2018-06-16 22:11:59 +08:00
ss8651twtw
b7662dc784 Add test cases for mat 2018-06-16 22:11:59 +08:00