Doug Coleman
|
4403155dce
|
machine-learning.data-sets: Load mnist data.
|
2019-03-01 23:14:59 -06:00 |
Björn Lindqvist
|
fa2a0dc779
|
machine-learning.data-sets: renaming slots in the data-set tuple
"features" is a better name for the slot than "data"
|
2018-02-27 13:20:57 +01:00 |
Björn Lindqvist
|
923944f41e
|
machine-learning.decision-trees: more thorough tests
|
2018-02-24 23:11:22 +01:00 |
John Benediktsson
|
4a144e5ea7
|
more test IN: cleanup.
|
2018-02-15 08:45:08 -08:00 |
Björn Lindqvist
|
6dac2075df
|
machine-learning.decision-trees: vocab for creating decision trees
not done
|
2018-02-08 19:48:08 +01:00 |
Björn Lindqvist
|
cb98fd07c6
|
this file wasn't intended
|
2018-02-08 18:07:57 +01:00 |
Björn Lindqvist
|
114cc52022
|
machine-learning.data-sets: adding the monks problems
|
2018-02-08 16:39:49 +01:00 |
Doug Coleman
|
bfd830f6b4
|
machine-learning.functions: Add selu
|
2017-07-30 11:40:25 -05:00 |
Doug Coleman
|
dabc4c3d49
|
machine-learning.functions: Add softmax, softmin, relu, etc.
Add some unit-tests.
|
2017-07-22 18:49:39 -05:00 |
John Benediktsson
|
b141e0d2fb
|
assocs: moving collect-by from math.statistics.
|
2016-12-28 12:56:19 -08:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
Doug Coleman
|
66147f27b4
|
extra: use throw-foo for ERROR: change
|
2015-08-13 01:56:32 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
999aa7c897
|
factor: clean up spaces in -tests files
|
2015-07-02 10:34:01 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
John Benediktsson
|
761be328a6
|
extra: using "swap index".
|
2014-11-29 11:25:42 -08:00 |
John Benediktsson
|
3ad4602b1c
|
machine-learning: use bisect-left (new name for search-sorted).
|
2013-11-16 16:24:08 -08:00 |
Doug Coleman
|
be661c89e3
|
machine-learning: Add transform protocol. Add label-encoder, label-binarizer.
|
2012-12-04 11:45:24 -08:00 |
John Benediktsson
|
aeb108a8c6
|
machine-learning.data-sets: cleanup a little.
|
2012-12-04 10:29:11 -08:00 |
John Benediktsson
|
4487cf3976
|
machine-learning.data-sets: adding the linnerud dataset.
|
2012-12-04 10:21:04 -08:00 |
John Benediktsson
|
bb3d028d30
|
machine-learning.data-sets: load commonly used test data sets.
|
2012-12-04 10:00:02 -08:00 |
Doug Coleman
|
fa2d49dd44
|
machine-learning: Add stratified-samples for getting multiple samples.
|
2012-11-28 09:13:16 -08:00 |
Doug Coleman
|
44cb0106cc
|
machine-learning.rebalancing: Don't use a distribution for equal rebalancing.
|
2012-11-17 12:52:55 -08:00 |
Doug Coleman
|
0a9774248f
|
machine-learning.rebalancing: Add a way to rebalance an X,y dataset to N samples with an equal or skewed distribution.
|
2012-11-17 12:39:54 -08:00 |
Doug Coleman
|
4a5885bca1
|
machine-learning.one-hot: Use the example from my blog post as a unit test.
|
2012-10-25 18:16:22 -07:00 |
Doug Coleman
|
3ec9dc94da
|
machine-learning.one-hot: Start a machine learning library with a feature from scikit-learn.
|
2012-10-25 16:17:26 -07:00 |