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

24 Commits

Author SHA1 Message Date
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
151df652ca Remove hardly-used logger 2014-08-22 13:39:29 +00:00
Amit Kumar Gupta
63dcd653b0 NewLogisticRegression returns error instead of nil to indicate error 2014-08-22 13:39:29 +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
7f7d914732 linear_models: tests pass 2014-08-03 15:17:50 +01:00
Richard Townsend
47341b2869 base: Cleaned up duplicate Attribute resolution functions 2014-08-03 15:17:20 +01:00
Richard Townsend
77596a32ed linear_models: merge from v2-instances 2014-08-03 15:17:07 +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
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