1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-28 13:48:56 +08:00

16 Commits

Author SHA1 Message Date
Stephen Whitworth
5b50cffc91 Merge pull request #51 from Sentimentron/liblinear-1.94
Liblinear 1.94
2014-07-26 20:19:09 -04:00
Richard Townsend
800d22eb89 Redirects liblinear logging output 2014-07-21 00:17:16 +01:00
albrow
132e3f4527 Create a new default logger and change some print statements to use the logger instead of fmt.Println. 2014-07-20 15:26:13 -04:00
Niclas Jern
61ec4f02c3 Add benchmark 2014-07-20 09:58:02 +03:00
Niclas Jern
e27381b91c Added doc.go for linear_models. 2014-07-19 16:16:02 +03:00
Niclas Jern
9d9abe230a Implemented linear regressions. 2014-07-19 16:02:11 +03:00
Niclas Jern
165421c635 Wrote unit tests for LinearRegressions. 2014-07-19 16:00:49 +03:00
Richard Townsend
0bc71a6ad2 linear_models: reverts 94a562b 2014-07-18 22:53:54 +01:00
Niclas Jern
4d7bc20a36 Should replace "val += 1" with "val++" 2014-07-18 13:25:18 +03:00
Richard Townsend
94a562be35 Uses the system version of liblinear
Conflicts:
	linear_models/liblinear.go
2014-07-03 10:09:48 +01:00
Richard Townsend
9ce6ec5afe Trying to fix Travis 2014-07-03 10:00:10 +01:00
Richard Townsend
477438d972 linear_models: More idiomatic 2014-07-02 15:50:08 +01:00
Ningping Wang
dca2e11c02 move liblinear to ext/ 2014-05-09 18:19:55 +08:00
Ningping Wang
0d62bc67e5 change test to goconvey; modify makefile 2014-05-06 12:55:58 +08:00
npbool
be85fca03c cleanup 2014-05-05 21:57:53 +08:00
npbool
05782e9ccc logistic regression, using liblinear 2014-05-05 21:50:13 +08:00