Scikit-learn-compatible Keras models


Keywords
scikit-learn, keras
License
MIT
Install
pip install scikit-keras==0.2.0

Documentation

scikit-keras

Scikit-learn-compatible Keras models

Status

Build Status Maintainability Test Coverage Build Status

Installation

Available in PyPI

pip install scikit-keras

Documentation

Autogenerated and hosted in GitHub Pages

Distribution

Run the following command from the project home to create the distribution

python setup.py sdist bdist_wheel

and upload the package to testPyPI

twine upload --repository-url https://test.pypi.org/legacy/ dist/*

or PyPI

twine upload dist/*

Citation

If you find scikit-keras useful, please cite it in your publications. You can use this BibTeX entry:

@misc{scikit-keras,
      title={scikit-keras},
      author={Diaz-Vico, David},
      year={2017},
      publisher={GitHub},
      howpublished={\url{https://github.com/daviddiazvico/scikit-keras}}}