Published February 14, 2017
| Version v0.5.1
Software
Open
rasbt/mlxtend: Version 0.5.1
Authors/Creators
- 1. Michigan State University
- 2. Predikto Inc.
- 3. FANSI Motorsport
- 4. Easy Solutions
- 5. @adobe-platform
- 6. LPI ASC
- 7. @betteroutcomes
Description
Version 0.5.1 (2017-02-14)
The CHANGELOG for the current development version is available at https://github.com/rasbt/mlxtend/blob/master/docs/sources/CHANGELOG.md.
Downloads New Features- The
EnsembleVoteClassifierhas a newrefitattribute that prevents refitting classifiers ifrefit=Falseto save computational time. - Added a new
lift_scorefunction inevaluateto compute lift score (via Batuhan Bardak). StackingClassifierandStackingRegressorsupport multivariate targets if the underlying models do (via kernc).StackingClassifierhas a newuse_features_in_secondaryattribute likeStackingCVClassifier.
- Changed default verbosity level in
SequentialFeatureSelectorto 0 - The
EnsembleVoteClassifiernow raises aNotFittedErrorif the estimator wasn'tfitbefore callingpredict. (via Anton Loss) - Added new TensorFlow variable initialization syntax to guarantee compatibility with TensorFlow 1.0
- Fixed wrong default value for
k_featuresinSequentialFeatureSelector - Cast selected feature subsets in the
SequentialFeautureSelectoras sets to prevent the iterator from getting stuck if thek_idxare different permutations of the same combination (via Zac Wellmer). - Fixed an issue with learning curves that caused the performance metrics to be reversed (via ipashchenko)
- Fixed a bug that could occur in the
SequentialFeatureSelectorif there are similarly-well performing subsets in the floating variants (via Zac Wellmer).
Files
rasbt/mlxtend-v0.5.1.zip
Files
(11.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:c312c4be696efab9b97440ea02ce8672
|
11.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/rasbt/mlxtend/tree/v0.5.1 (URL)