Commit graph

207 commits

Author SHA1 Message Date
Joshua Eckroth
b362e31f6b Merge branch 'master' of github.com:joshuaeckroth/clj-ml
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2013-06-21 00:24:16 -04:00
Joshua Eckroth
f9704e67a4 Added libsvm-grid classifier type, which is really a collection of classifiers. 2013-06-21 00:23:24 -04:00
Joshua Eckroth
76fb70c602 Fixed broken test case. 2013-06-21 00:22:48 -04:00
Joshua Eckroth
e031060f01 Merge pull request #2 from shark8me/patch-2
Update README.md
2013-05-27 15:37:59 -07:00
Joshua Eckroth
78983b52cd Merge pull request #1 from shark8me/patch-1
Update README.md
2013-05-27 15:36:49 -07:00
Kiran Karkera
fff2957979 Update README.md
Line 114-116
Changed the loading of filtered-ds, the '(' was in the wrong place.
2013-05-26 10:47:10 +05:30
Kiran Karkera
6b63bf1dcc Update README.md
removed an addition 's' from 
(def classifier (make-classifier :decission-tree :c45)) 
to
(def classifier (make-classifier :decision-tree :c45))
2013-05-26 10:09:50 +05:30
Joshua Eckroth
7fc072e94e Bumped to version 0.3.5. 2013-03-30 18:17:32 -04:00
Joshua Eckroth
709b551bfd Support LibSVM classifier. Requires libSVM.jar to be in classpath. 2013-03-30 18:16:47 -04:00
Joshua Eckroth
535c4b1222 Support loading/saving libsvm data. 2013-03-30 18:16:33 -04:00
Joshua Eckroth
e0d17445f0 Formatting. 2013-03-30 18:16:08 -04:00
Joshua Eckroth
4a5e7d9701 Bump version to 0.3.4. 2013-03-25 16:27:57 -04:00
Joshua Eckroth
aab3d42a99 Don't print evaluation results, just collect them. 2013-03-25 16:27:33 -04:00
Joshua Eckroth
d49820eda5 Bump version to 0.3.3. 2013-03-22 12:36:01 -04:00
Joshua Eckroth
05cf721ec5 Changed resample filter to resample-unsupervised, and added resample-supervised. 2013-03-22 12:35:24 -04:00
Joshua Eckroth
94878fa57d Bump to version 0.3.2. 2013-03-22 10:58:23 -04:00
Joshua Eckroth
54eb9cf78b Added resample filter. 2013-03-22 10:58:03 -04:00
Joshua Eckroth
30d2c1192f Added an instance-loading test. 2013-03-22 10:57:49 -04:00
Joshua Eckroth
68ecd8b8e3 Bumped version in README. 2013-03-22 10:11:10 -04:00
Joshua Eckroth
c9e958649e Bumped version to 0.3.1. 2013-03-22 10:09:43 -04:00
Joshua Eckroth
7004dd87cd Added :reorder-attributes filter. 2013-03-22 10:09:38 -04:00
Joshua Eckroth
711e802d69 Updated README, better deploy info in project.clj. 2013-03-22 08:01:30 -04:00
Joshua Eckroth
ed3bf1d71d Added StringToWordVector filter. 2013-03-22 07:55:01 -04:00
Joshua Eckroth
436d6701cd Bumped version, updated dependencies (new stable Weka), fixed a test. 2013-03-21 13:49:27 -04:00
Ben Mabey
aacc60b8b1 adds pki-unsupervised-discretize filter wrapper 2013-02-05 20:09:29 -07:00
Ben Mabey
2efd1963b3 realases v0.2.5 2013-02-04 09:01:20 -07:00
Ben Mabey
b4d453e347 ignore target dir 2013-02-04 08:58:51 -07:00
Ben Mabey
f5080aef43 upgrades to clojure 1.4 2013-02-04 08:57:20 -07:00
Ben Mabey
83486746ef moves to lein2 2013-02-04 08:55:36 -07:00
Ben Mabey
5ca4448968 thanks YourKit! 2012-09-07 09:46:37 -06:00
Ben Mabey
2736a7fd49 release v0.2.4 2012-07-09 18:08:00 -06:00
Ben Mabey
72bae7701a fixes weka's groupid to avoid maven warnings 2012-07-09 18:06:31 -06:00
Ben Mabey
71601d3566 bumps incanter to RELEASE dep 2012-07-06 15:02:14 -06:00
Ben Mabey
4f13798e80 blow up when the attribute can't be found in attribute-value-fn 2012-03-27 15:17:56 -06:00
Ben Mabey
73ce5c1a7d releases v0.2.2 for maven changes 2012-03-27 14:50:30 -06:00
Ben Mabey
82a70f28ad updates project to use new maven repo for weka deps 2012-03-27 14:48:54 -06:00
Ben Mabey
4a1a20524e releases v2.1.0 2012-03-26 12:22:15 -06:00
Ben Mabey
dc12081b4a attaches instance weight info as metadata when converting to a map 2012-03-26 12:20:45 -06:00
Ben Mabey
e3e514b4d7 releases v0.2.0 2012-02-06 15:42:08 -07:00
Ben Mabey
042de1895a updates project to clojure 1.3, removes contrib and autodoc deps 2012-01-30 15:27:54 -07:00
Ben Mabey
8c533ebfd9 bumps back to SNAPSHOT 2012-01-23 16:57:56 -07:00
Ben Mabey
cc91d33cc6 updates project.clj for new lein version 2012-01-23 16:51:15 -07:00
Ben Mabey
d14112884a releases 0.1.5 2012-01-23 16:51:15 -07:00
Ben Mabey
239ef8a6f8 removes stray require 2012-01-23 16:51:15 -07:00
Ben Mabey
096b9f9b03 adds attribute-value-fn helper fn 2012-01-23 16:38:36 -07:00
Ben Mabey
e5398d7c87 fixes bug in add-attribute filter 2012-01-23 16:38:33 -07:00
Ben Mabey
cd79db2b90 more simple cleanups to the option conversion code 2012-01-05 15:11:00 -07:00
Ben Mabey
199d58209e more loop -> reduce conversion...
someone should tell the original author about reduce.. it would save him
a lot of time. :)
2012-01-05 15:10:59 -07:00
Ben Mabey
e0e80f42c3 don't add an option flag if the value is false 2012-01-05 14:39:00 -07:00
Ben Mabey
c25d39521b removes mongodb store.. I never used it and won't be supporting it 2012-01-05 13:29:45 -07:00