Ayush
91a27e3ca0
Fixing Comments
2020-07-27 15:03:12 +05:30
Ayush
abed408f9b
Updating Dataset + Naming
2020-07-26 11:21:20 +05:30
Ayush
c0c3b2e1bf
Fixing Sorting
2020-07-25 13:22:15 +05:30
Ayush
b16b60fcb5
Adding Example script for CART
2020-07-23 16:45:31 +05:30
Ayush
c083759523
Adding Changes
2020-07-22 14:34:59 +05:30
Ayush
08529c42cf
Added Comments for Regressor
2020-07-18 14:21:50 +05:30
Ayush
16eac7d86d
Adding Regression Trees
2020-07-18 12:26:50 +05:30
Ayush
d1228c5508
Adding Integration For Fixed Data Grid in Predict And Evaluate
2020-07-18 10:47:22 +05:30
Ayush
8848652943
Added Decision Tree Classifier
...
CART implementation of Decision Tree Classifier, based on Gini Impurity or Entropy, as selected by the user.
2020-07-16 13:37:34 +05:30
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