Commit graph

267 commits

Author SHA1 Message Date
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
Ben Mabey
b6dcc98bbc igonore all lein dot files 2012-01-05 13:29:42 -07:00
Ben Mabey
4b127cd03e updates README 2011-12-14 10:24:53 -07:00
Ben Mabey
a66f0482a1 bumps to snapshot... 2011-12-14 10:24:16 -07:00
Ben Mabey
6895fc697c releases v0.1.4 2011-12-14 09:34:03 -07:00
Ben Mabey
51c702b582 updates history 2011-12-14 09:33:30 -07:00
Ben Mabey
e9b63b877f adds map-fast-vec helper 2011-12-13 20:10:44 -07:00
Ben Mabey
fa2d39ffe5 change the dataset's name when randomized (like the filters do) 2011-12-13 20:10:11 -07:00
Ben Mabey
8a01361512 adds take-dataset 2011-12-08 15:28:27 -07:00
Ben Mabey
d313f621d1 adds remove-range filter so split-dataset can take a number to split on 2011-12-08 15:13:34 -07:00
Ben Mabey
b454699af2 adds copy-dataset and randomize-dataset 2011-12-08 15:13:10 -07:00
Ben Mabey
6f8205d936 adds randomize-dataset! 2011-12-07 11:23:43 -07:00
Ben Mabey
0c32c318af adds split-dataset via new remove-percentage filter wrapper 2011-12-07 11:15:19 -07:00
Ben Mabey
b1130cf80d releases v0.1.3 with attribute selection wrappers 2011-10-07 13:47:51 -06:00
Ben Mabey
bad980a319 ignores lein temp file 2011-10-04 13:10:01 -06:00
Ben Mabey
84b1903b63 adds simple wrappers for Weka's attribute (feature) selection package 2011-10-04 13:10:01 -06:00
Ben Mabey
6f5c100d95 extracts Weka Options helpers into own ns due to circ dep issue 2011-08-29 16:50:40 -06:00
Ben Mabey
ed02bdd643 releases v0.1.2 2011-07-14 16:15:48 -06:00
Ben Mabey
fb046172e5 Merge remote branch 'lt/master' 2011-07-14 16:12:38 -06:00
Ben Mabey
539bf83440 uses weka's built in enumerateInstances for dataset-seq 2011-07-14 16:12:13 -06:00
Ronny Bjarnason
0641b48809 dataset-weights returns weights of dataset instances 2011-07-14 14:28:46 -06:00
Ben Mabey
f776dd312a releases v0.1.1 2011-07-14 11:51:42 -06:00
Ben Mabey
42a36ae2ed exclude ant so new version of lein is happy 2011-05-25 10:41:38 -06:00
Ben Mabey
d6df8b2c48 adds fastRandomForest as dep 2011-04-22 16:02:34 -06:00
Ronny Bjarnason
2cb2ccd574 add classifier FastRandomForests 2011-04-22 15:53:39 -06:00
Ben Mabey
953cc0bac5 adds needed type hints in the filter factory fn 2011-04-18 14:21:16 -06:00
Ben Mabey
f286a21e13 updates project file 0.1.1 dev 2011-04-11 12:04:40 -06:00
Ben Mabey
38a3c9468b releases v0.1.0 2011-04-11 12:01:01 -06:00
Ben Mabey
7357a720e9 makes representation of NaNs (no values) symmetric with creation- nil 2011-04-05 13:55:21 -06:00
Ben Mabey
a83e21d72b allows for creation of instances (and datasets) with nil values 2011-04-05 13:34:23 -06:00
Ben Mabey
94ffacaf55 removes cavepaint 2011-04-05 13:31:21 -06:00
Ben Mabey
eb3937eb6f adds needed doto call on dataset-set-name so ds is returned 2011-04-01 14:37:48 -06:00
Ben Mabey
fb02b300c3 Merge branch 'master' of github.com:leadtune/clj-ml 2011-03-24 11:46:18 -06:00
Ben Mabey
ea65e5d973 allows save-instances to take an OutputStream 2011-03-24 11:35:20 -06:00
Ronny Bjarnason
b4ff80cc98 SPegasos: set loss function in options 2011-03-21 15:31:26 -06:00
Ronny Bjarnason
2709ececdb fix typo 2011-03-17 14:01:30 -06:00
Ronny Bjarnason
1e11ee89fa Merge branch 'master' of github.com:leadtune/clj-ml 2011-03-15 16:52:54 -06:00
Ronny Bjarnason
a838cd2dad add SPegasos classifier 2011-03-15 16:52:23 -06:00
Ben Mabey
ed53d7d764 Merge branch 'master' of github.com:leadtune/clj-ml 2011-03-15 13:41:29 -06:00
Ben Mabey
c11f92a20b allow for streams to be passed into the load-instances fn 2011-03-15 13:41:02 -06:00
Ronny Bjarnason
73712d8384 add Rotation Forests 2011-02-21 14:23:09 -07:00