Commit graph

39 commits

Author SHA1 Message Date
Joshua Eckroth
19ce704093 Fixed some bugs in new docs-to-dataset, added test. 2013-12-24 08:21:17 -05:00
Joshua Eckroth
05b59b0cfe Updated version in README. 2013-12-24 08:20:55 -05:00
Joshua Eckroth
be08a41f33 Simplified docs-to-dataset function. 2013-12-24 08:07:40 -05:00
Joshua Eckroth
544701e462 Updated readme for v0.4.0. 2013-08-07 10:40:45 -04:00
Joshua Eckroth
65a851341b Added regression example to readme and new function for regression, classifier-predict-numeric. 2013-08-07 10:24:45 -04:00
Joshua Eckroth
ddace20320 Added :replace-missing-values filter and updated readme. 2013-08-06 21:37:17 -04:00
Joshua Eckroth
a18cbbae19 Added example of using Titanic survival data from Kaggle
https://www.kaggle.com/c/titanic-gettingStarted
2013-08-06 19:44:23 -04:00
Joshua Eckroth
c44917b0fc Fixed bulleted lists in readme. 2013-08-06 12:18:17 -04:00
Joshua Eckroth
5d7faa2b22 Grammer in readme. 2013-08-06 12:16:03 -04:00
Joshua Eckroth
914b65a5dc Added clusterer-cluster examples to readme. 2013-08-06 12:15:58 -04:00
Joshua Eckroth
81cc54f8a3 Fixed author links in readme. 2013-08-06 12:15:38 -04:00
Joshua Eckroth
8e15fcc3ee Updated authors in readme. 2013-08-06 12:08:41 -04:00
Joshua Eckroth
7a450f2e04 Updated tutorial in readme. 2013-08-06 03:40:05 -04:00
Joshua Eckroth
e031060f01 Merge pull request #2 from shark8me/patch-2
Update README.md
2013-05-27 15:37:59 -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
4a5e7d9701 Bump version to 0.3.4. 2013-03-25 16:27:57 -04:00
Joshua Eckroth
d49820eda5 Bump version to 0.3.3. 2013-03-22 12:36:01 -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
68ecd8b8e3 Bumped version in README. 2013-03-22 10:11:10 -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
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
71601d3566 bumps incanter to RELEASE dep 2012-07-06 15:02:14 -06:00
Ben Mabey
73ce5c1a7d releases v0.2.2 for maven changes 2012-03-27 14:50:30 -06:00
Ben Mabey
4b127cd03e updates README 2011-12-14 10:24:53 -07:00
Ben Mabey
38a3c9468b releases v0.1.0 2011-04-11 12:01:01 -06:00
Ben Mabey
b6deb0421e improves filters API by making filter fns that create and apply filters 2010-12-02 11:44:38 -07:00
Ben Mabey
f76cd6c01e updates README to point to my clojars version until Antonio pushes it 2010-10-28 10:42:17 -06:00
Ben Mabey
36fef2e326 adds HISTORY.md and releases v0.0.4 2010-10-28 10:33:33 -06:00
Ben Mabey
cb1ce175c4 adds link to autodoc documentation 2010-10-28 10:32:58 -06:00
Ben Mabey
dfb339aba9 removes FIXME in README.. it was fine, I must have typed it wrong initially 2010-10-28 09:51:37 -06:00
Ben Mabey
1d7c404b40 fixes classifier-label example in README 2010-10-28 09:43:51 -06:00
Ben Mabey
aad0000450 fixes filtering section in README 2010-10-27 17:47:14 -06:00
Ben Mabey
2ad643f3d8 removes note about weka since a proper maven repo has been added 2010-10-27 17:47:14 -06:00
Ben Mabey
44a0ec5e3c converts README to markdown 2010-10-27 17:47:14 -06:00
Renamed from README (Browse further)