pyml-ensemble

A library for creating machine learning ensembles.


License
MIT
Install
pip install pyml-ensemble==0.1.2

Documentation

Python Machine Learning Ensemble

A library used to create and manage adaptable machine learning ensembles in Python.

The ensemble is intended to use deep learning models as the models. However, rather than including these models with the package there are ANN and LSTM models in the provided examples (examples/models/). This was to remove the package's dependency on the tensorflow package since many ensembles can be created without this package. There are some other, smaller dependencies still to make the Ensemble usable out of the box.

Under Construction

The initial version of PyML Ensemble is currently being developed. Feel free to use and contribute to the project but don't expect too much functionality. Additionally, the PyPi package has not been released yet.