575 Commits

Author SHA1 Message Date
mrkaiser d1fdeea614 Move to nanmean instead of mean (#211) 2017-07-07 13:16:02 -04:00
Sebastian Raschka f28bc8bc0f fix bug where backw selection selected more features than specified (#213) 2017-07-06 17:44:29 -04:00
Sebastian Raschka 8c9988aa43 change travis to non-trusty env (#212) 2017-06-29 21:57:26 -04:00
rasbt a457882198 cite all zenodo versions 2017-06-24 16:34:14 -04:00
Sebastian Raschka b504d3595f re-enable plotting tests (#209) 2017-06-24 01:46:18 -04:00
Sebastian Raschka c840b9b77b update api docs (#208) 2017-06-24 00:08:33 -04:00
Sebastian Raschka 7806f7cc03 0.7 release (#206) v0.7.0 2017-06-22 23:35:22 -04:00
Sebastian Raschka e511c21b7d fix mkdocs latex rendering (#205) 2017-06-20 15:07:24 -04:00
Sebastian Raschka 803fda678d Support for abstract cv method for StackingCVRegressor (#204) 2017-06-15 13:41:49 -04:00
Konstantinos Paliouras 84df7bb20d Support for abstract cv method for StackingCVClassifier (#203) 2017-06-15 11:57:45 -04:00
Eike Dehling e688f7ddda Out of fold stacking regressor (#201) 2017-06-13 12:34:56 -04:00
Sebastian Raschka d6426f3c80 numerically stable counting (#200) 2017-06-04 10:34:19 -04:00
Sebastian Raschka 982cf49d67 py27 windows tests (#199) 2017-06-03 13:22:27 -04:00
Sebastian Raschka 6bf27d7cb2 Raise a meaningful error if the input fed to fit of StackingCVClassifier was not a numpy array (#198) 2017-06-01 23:50:57 -04:00
Sebastian Raschka 0f315313b6 ecdf (#196) 2017-05-27 10:02:39 -04:00
whalebot-helmsman 1b0decf71f Multiprocessing over features rather than CV folds in Sequential Feature Selection (addressing #191) (#193) 2017-05-18 18:07:28 -04:00
James Bourbeau 89a2a0e61c Adds functionality to plot_decision_region_slices to plot decision region slices (#189) 2017-05-17 14:02:00 -04:00
Sebastian Raschka 861cade7ec support axes in plot_decision_regions (#184) 2017-05-07 08:55:57 -04:00
Sebastian Raschka 0d1643cd96 Remove TensorFlow Estimators (#182) 2017-05-06 18:02:39 -04:00
Sebastian Raschka 404ebad747 doc and theme fixes (#175) 2017-04-07 12:01:29 -04:00
Sebastian Raschka 0b33f830dd Discuss link (#172) 2017-04-02 17:56:49 -04:00
Sebastian Raschka 328c4b9535 default scoring in sfs (#171)
* default scoring in sfs
2017-04-01 03:21:14 -04:00
Sebastian Raschka 39803f0273 clarify git workflow (#168) 2017-03-19 23:06:34 -04:00
James Bourbeau 6710a2501c Fixes typos in wine and autompg dataset documentation (#167) 2017-03-19 22:51:19 -04:00
Sebastian Raschka 55d60ac7aa prep for version 0.6.1 (#164) 2017-03-18 20:23:54 -04:00
Sebastian Raschka efec0827ae rename association to frequent_patterns and prepare v0.6 release (#163) v0.6.0 2017-03-18 18:50:04 -04:00
Joshua Görner ce7f975010 Association Rule generation (#159) 2017-03-18 17:02:02 -04:00
Sebastian Raschka 77bd7c2ce7 reindex apriori result (#162) 2017-03-18 16:01:26 -04:00
Sebastian Raschka 8c1983679d fix typo in sequential feature selection plot and update appveyor ci to python 3.6 (#158) 2017-03-14 17:28:00 -04:00
Sebastian Raschka 95d6fba24b fix test sample highlighting in plot_decision_regions (#155) 2017-03-05 15:07:28 -05:00
Sebastian Raschka 80ffc91d0b mkdocs gh link fix (#153) 2017-03-02 02:51:43 -05:00
Sebastian Raschka b39b02c857 some style fixes (#151) 2017-02-19 13:08:49 -05:00
Sebastian Raschka 5f4e7a4172 Matplotlib Edgecolor (#150)
* edgecolor plot_decision_regions

* edgecolor plot_decision_regions
2017-02-18 23:11:16 -05:00
rasbt b13c52aaf6 update changelog download links 2017-02-14 01:28:18 -05:00
rasbt da2a9ed789 Merge branch 'master' of https://github.com/rasbt/mlxtend 2017-02-14 01:27:25 -05:00
Sebastian Raschka 86e40d5af5 V0.5.1 (#149)
* update tensorflow variable initialization to new api

* fix theme deprecations and add changelog

* v0.5.1

* v0.5.1

* test sfs defaults properly
v0.5.1
2017-02-14 01:24:31 -05:00
rasbt 5802a729ae Merge branch 'master' of https://github.com/rasbt/mlxtend 2017-02-14 00:15:12 -05:00
Batuhan Bardak 5c83985e85 Lift score (#136)
* lift score function and unit tests are added

* docs are added

* changed init file

* added new test on unittest

* additional unit tests are added, positive label is changed

* docstring changed for support and lift

* mention contributor in changelog

* lift documentation

* add eq to docstring
2017-02-14 00:14:30 -05:00
Michael Peters 249a8924c8 use_features_in_secondary for StackingClassifier (#147)
* adds use_features_in_secondary like in StackingCVClassifier

* fixes style issues

* updates documentation

* fixes reduced test coverage
2017-01-29 04:42:51 -05:00
Sebastian Raschka 9827b2c870 Changelog (#146) 2017-01-27 14:16:46 -05:00
rasbt 359b6677aa Merge branch 'master' of https://github.com/rasbt/mlxtend 2017-01-27 14:04:20 -05:00
Sebastian Raschka f17171dbd0 update tensorflow variable initialization to new api (#145) 2017-01-23 11:31:55 -05:00
rasbt de5b79941e update tensorflow variable initialization to new api 2017-01-23 01:52:45 -05:00
Anton Loss 96df2919f9 adding estimator not fitted exception to ensemble vote 2017-01-21 17:26:41 -05:00
Sebastian Raschka 5d9938626f add python 3.6 to the travis test matrix (#142)
* add python 3.6 to the travis test matrix

* update to 2017
2017-01-11 23:14:12 -05:00
kernc 5a2c3c0eda StackingClassifier, StackingRegressor: allow multi-target y (#139) 2017-01-10 09:46:29 -05:00
Sebastian Raschka 81d0126834 fixes equal sets bug in sfs (#141) 2017-01-10 00:33:12 -05:00
Sebastian Raschka 49af74c086 add documentation for the learning curve fix (#140) 2017-01-09 23:50:34 -05:00
Ilya 365f57b98b Fix perfomance vs. training size plotting (#137) 2017-01-09 23:43:23 -05:00
rasbt 96e68ce3dd link license file correctly in online docs 2016-12-11 01:46:07 -05:00