Published November 10, 2018
| Version v0.14.0
Software
Open
rasbt/mlxtend: Version 0.14.0
Authors/Creators
- Sebastian Raschka1
- James Bourbeau2
- Reiichiro Nakano3
- Zach Griffith2
- Kota Mori
- Will McGinnis4
- JJLWHarrison
- Guillaume Poirier-Morency5
- Daniel
- Floris Hoogenboom
- Colin
- selay01
- Christos Aridas
- Pablo Fernandez6
- Oliver Tomic7
- Laurens Geffert
- Alejandro Correa Bahnsen8
- Ilya9
- Iaroslav Shcherbatyi10
- hsperr
- GILLES Armand11
- Francis T. O'Donovan12
- Eike Dehling13
- Benjamin Lee14
- Batuhan Bardak15
- Arfon Smith16
- Anton Loss
- Anebi
- Ajinkya Kale
- Adam Erickson
- 1. UW-Madison
- 2. @WIPACrepo
- 3. @infostellarinc
- 4. Predikto Inc.
- 5. IRIC @major-lab
- 6. FANSI Motorsport
- 7. Norwegian University of Life Sciences
- 8. Easy Solutions
- 9. LPI ASC
- 10. Saarland University
- 11. millesime.ai
- 12. @betteroutcomes
- 13. Textkernel
- 14. @Lab41
- 15. STM
- 16. @spacetelescope
Description
New Features
- Added a
scatterplotmatrixfunction to theplottingmodule. (#437) - Added
sample_weightoption toStackingRegressor,StackingClassifier,StackingCVRegressor,StackingCVClassifier,EnsembleVoteClassifier. (#438) - Added a
RandomHoldoutSplitclass to perform a random train/valid split without rotation inSequentialFeatureSelector, scikit-learnGridSearchCVetc. (#442) - Added a
PredefinedHoldoutSplitclass to perform a train/valid split, based on user-specified indices, without rotation inSequentialFeatureSelector, scikit-learnGridSearchCVetc. (#443) - Created a new
mlxtend.imagesubmodule for working on image processing-related tasks. (#457) - Added a new convenience function
extract_face_landmarksbased ondlibtomlxtend.image. (#458) - Added a
method='oob'option to themlxtend.evaluate.bootstrap_point632_scoremethod to compute the classic out-of-bag bootstrap estimate (#459) - Added a
method='.632+'option to themlxtend.evaluate.bootstrap_point632_scoremethod to compute the .632+ bootstrap estimate that addresses the optimism bias of the .632 bootstrap (#459) - Added a new
mlxtend.evaluate.ftestfunction to perform an F-test for comparing the accuracies of two or more classification models. (#460) - Added a new
mlxtend.evaluate.combined_ftest_5x2cvfunction to perform an combined 5x2cv F-Test for comparing the performance of two models. (#461) - Added a new
mlxtend.evaluate.difference_proportionstest for comparing two proportions (e.g., classifier accuracies) (#462)
- Addressed deprecations warnings in NumPy 0.15. (#425)
- Because of complications in PR (#459), Python 2.7 was now dropped; since official support for Python 2.7 by the Python Software Foundation is ending in approx. 12 months anyways, this re-focussing will hopefully free up some developer time with regard to not having to worry about backward compatibility
- Fixed an issue with a missing import in
mlxtend.plotting.plot_confusion_matrix. (#428)
Files
rasbt/mlxtend-v0.14.0.zip
Files
(12.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:02131b02402624acbb7e6d5ea410ee04
|
12.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/rasbt/mlxtend/tree/v0.14.0 (URL)