Metadata-Version: 2.0
Name: sklearn-to-pfa
Version: 0.0.1
Summary: Convert scikit-learn models to PFA
Home-page: https://github.com/LREN-CHUV/python-base-docker-images
Author: Mojmir Vinkler
Author-email: UNKNOWN
License: Apache 2.0
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: titus
Provides-Extra: test
Requires-Dist: nose; extra == 'test'
Requires-Dist: unittest; extra == 'test'

sklearn\_to\_pfa
================

Python library for converting scikit-learn models to PFA.

How to update it
----------------

1) Update the library code, update the version number in the
   **setup.cfg** file and optionally the **.md** version of the README
2) Run the **build.sh** script in order to generate the **.rst** version
   of the README and build the library
3) Commit and push your changes and run the **publish.sh** script in
   order to publish the new release on PyPI


