Published June 23, 2017
| Version v0.7.0
Software
Open
rasbt/mlxtend: Version 0.7.0
Authors/Creators
- Sebastian Raschka1
- Reiichiro Nakano
- Will McGinnis2
- chkoar
- Pablo Fernandez3
- James Bourbeau4
- Alejandro Correa Bahnsen5
- whalebot-helmsman
- wahutch
- kernc
- Michael Peters
- Marc Abramowitz6
- Konstantinos Paliouras7
- Joshua Görner
- Ilya8
- hsperr
- Francis T. O'Donovan9
- Eike Dehling10
- Batuhan Bardak11
- Anton Loss
- Anebi Agbo
- Ajinkya Kale
- 1. Michigan State University
- 2. Predikto Inc.
- 3. FANSI Motorsport
- 4. @IceCube-SPNO
- 5. Easy Solutions
- 6. @adobe-platform
- 7. @Workable
- 8. LPI ASC
- 9. @betteroutcomes
- 10. Trifork
- 11. STM
Description
Version 0.7.0 (2017-06-22)
New Features
- New mlxtend.plotting.ecdf function for plotting empirical cumulative distribution functions (#196).
- New
StackingCVRegressorfor stacking regressors with out-of-fold predictions to prevent overfitting (#201via Eike Dehling).
- The TensorFlow estimator have been removed from mlxtend, since TensorFlow has now very convenient ways to build on estimators, which render those implementations obsolete.
plot_decision_regionsnow supports plotting decision regions for more than 2 training features #189, via James Bourbeau).- Parallel execution in
mlxtend.feature_selection.SequentialFeatureSelectorandmlxtend.feature_selection.ExhaustiveFeatureSelectoris now performed over different feature subsets instead of the different cross-validation folds to better utilize machines with multiple processors if the number of features is large (#193, via @whalebot-helmsman). - Raise meaningful error messages if pandas
DataFrames or Python lists of lists are fed into theStackingCVClassiferas afitarguments (198). - The
n_foldsparameter of theStackingCVClassifierwas changed tocvand can now accept any kind of cross validation technique that is available from scikit-learn. For example,StackingCVClassifier(..., cv=StratifiedKFold(n_splits=3))orStackingCVClassifier(..., cv=GroupKFold(n_splits=3))(#203, via Konstantinos Paliouras).
SequentialFeatureSelectornow correctly accepts aNoneargument for thescoringparameter to infer the default scoring metric from scikit-learn classifiers and regressors (#171).- The
plot_decision_regionsfunction now supports pre-existing axes objects generated via matplotlib'splt.subplots. (#184, see example) - Made
math.num_combinationsandmath.num_permutationsnumerically stable for large numbers of combinations and permutations (#200).
Files
rasbt/mlxtend-v0.7.0.zip
Files
(11.8 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:dd482b257e7c5153aac8493eed1ac768
|
11.8 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/rasbt/mlxtend/tree/v0.7.0 (URL)