Last updated:
0 purchases
picknmix 0.1.3
Pick n Mix
A simple tool to help building stacking models.
Free software: MIT license
Documentation: https://picknmix.readthedocs.io.
Features
Pick n Mix is a simple stacking tool for stacking Sci-Kit learn models of your picks.
It provided 2 classes: Layer and Stack. Layer is a parallel combination of models,
while Stack combine Layers to create a stacking model.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2019-05-26)
First release on PyPI.
0.1.1 (2019-06-04)
Refactor import structure.
Adding checks on using ‘proba’ and fallback to ‘predict’ if needed.
0.1.2 (2019-06-19)
Added option to use different folds in training different layers in Stack.
0.1.3 (2019-07-01)
Bug fix on split.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.