Commit graph

223 commits

Author SHA1 Message Date
Joshua Eckroth
0da42ca0ea Filter out junk from text fields. 2013-07-11 00:24:24 -04:00
Joshua Eckroth
8b53ee681c Shuffle docs (with/without term) when making a dataset. 2013-07-04 15:32:07 -04:00
Joshua Eckroth
b8cc877c05 Bugfix and added empty test case to force loading/compiling of clj-ml.public-datasets. 2013-07-04 09:42:03 -04:00
Joshua Eckroth
3dd4d872cd Switching to 0.4.0-SNAPSHOT to support rapid changes. 2013-07-04 09:41:36 -04:00
Joshua Eckroth
7b71a3d0f0 Bumped to version 0.3.13. 2013-07-04 09:38:52 -04:00
Joshua Eckroth
cce83d924d Bugfix. 2013-07-04 09:36:31 -04:00
Joshua Eckroth
623e9a1ef3 New format for terms on public datasets. Bumped to version 0.3.12. 2013-07-04 09:34:53 -04:00
Joshua Eckroth
4a4ef5ea03 Starting support for public datasets. Added reuters21578 dataset handling.
Bumped to version 0.3.11.
2013-07-04 09:00:48 -04:00
Joshua Eckroth
6f03716d0a Added function clj-ml.data/docs-to-dataset to support translating text documents (with title, fulltext, and terms) into wordvec datasets for binary classification.
Bumped to version 0.3.10.
2013-07-04 08:53:45 -04:00
Joshua Eckroth
123cd1713c Switched to a modern Snowball stemmer implementation. Bumped version to 0.3.9. 2013-07-01 14:40:05 -04:00
Joshua Eckroth
edceff891b Fixed bug reading instance attribute values.
Bumped to 0.3.8.
2013-07-01 14:08:01 -04:00
Joshua Eckroth
a8ccca6d53 Support stemmers (use Porter/English/etc. rather than lowercase form).
Bumped to version 0.3.7.
2013-07-01 14:07:34 -04:00
Joshua Eckroth
2ce2d41885 Capture log messages from libsvm (which is noisy). 2013-06-21 01:20:40 -04:00
Joshua Eckroth
4aa08595a1 More fixes for svm grid operation; added libsvm to project deps. 2013-06-21 01:00:55 -04:00
Joshua Eckroth
52a1de6732 Bugfixes for new svm grid classifier. 2013-06-21 00:32:46 -04:00
Joshua Eckroth
6afa040268 Updated version. 2013-06-21 00:25:35 -04:00
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