0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 7 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.markdown More... over 8 years ago
Update README.markdown More... over 8 years ago
Merge pull request #11 from ilikedata/master More... over 11 years ago
Added missing classifier More... over 11 years ago
Updated clojure version. More... about 12 years ago
Bumped version number. More... over 13 years ago
Updated the brazilian extractor to make it support the :remove-duplicates? setting. More... over 13 years ago
Extractors now support settings as well. The first setting is whether the repeated terms are removed from the token list. More... over 13 years ago
Removed useless comments. More... over 13 years ago
Bumped version. More... over 13 years ago
Bumped snapshot version. More... over 13 years ago
Code improvement to make it use multiple CPU cores more effectively. More... over 13 years ago
Setting `unknown-class` is now global, that is, not specific to the default classifier implementation. Code improvement to make it use multiple CPU cores more effectively. More... over 13 years ago
Improved test. More... over 13 years ago
Moved `partition-items` function to `judgr.collection-util` ns. Improvements on multi-core processing. More... over 13 years ago
Some functions are slow and there's nothing pmap can do to help. The cross validation namespace, for instance, must be revisited. More... over 13 years ago
Bumped version number. More... over 13 years ago
Replaced `map` with `pmap` in some functions that perform heavy computations in order to take advantage of several CPU cores. More... over 13 years ago
Removed unused ns from :use clause. More... over 13 years ago
Removed TravisCI status indicator. More... over 13 years ago
Bumped version number. More... over 13 years ago
Renamed function. More... over 13 years ago
Since items and features are dependent, it makes no sense to define separate functions to remove items and features. More... over 13 years ago
Added new function `remove-all-items!` and `remove-all-features`. More... over 13 years ago
There's no need to quote []. More... over 13 years ago
Keeping code convention. More... over 13 years ago
Documented `specificy` function. More... over 13 years ago
Modified `train-all!` to be able to train items from different classes. More... over 13 years ago
Sticking to code convention. More... almost 14 years ago
Small README improvement. More... almost 14 years ago