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

222 Commits

Author SHA1 Message Date
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
Bert Chang
401bdab771 Merge pull request #58 from yurrriq/patch-1
Update README.md
2014-07-23 10:08:34 +08:00
Eric Bailey
d69e397272 Update README.md
minor formatting, more detail under Examples
2014-07-22 15:40:39 +00: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
779551ee86 One must always convert one's vectors 2014-07-20 20:20:37 +03:00
Stephen Whitworth
45a1122b3e Update README.md 2014-07-20 08:58:59 -07:00
Stephen Whitworth
0eff41337a Merge pull request #53 from njern/linear_regression
Add benchmark
2014-07-20 08:32:21 -07:00
Niclas Jern
cbb4ae33f8 When the user picks manhattan distance, we should actually use the Manhattan distance function. Also slight refactor to make the code more DRY. 2014-07-20 10:20:28 +03:00
Niclas Jern
1a8177afe7 Add distanceFunc interface to metrics. 2014-07-20 10:04:22 +03:00
Niclas Jern
61ec4f02c3 Add benchmark 2014-07-20 09:58:02 +03:00
Stephen Whitworth
222b0ab33d Merge pull request #52 from njern/linear_regression
Linear regression
2014-07-19 09:30:58 -07:00
Niclas Jern
2a3d80b475 Remove complete unnecessary fmt.Println :) 2014-07-19 16:31:11 +03:00
Niclas Jern
e27381b91c Added doc.go for linear_models. 2014-07-19 16:16:02 +03:00