Metadata-Version: 2.2
Name: compactem
Version: 0.9.9rc3
Summary: compactem
Home-page: https://bitbucket.org/aghose/compactem
Author: Abhishek Ghose
License: Apache 2.0
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: seaborn>=0.11.0
Requires-Dist: numpy>=1.18.2
Requires-Dist: scipy>=1.4.1
Requires-Dist: lightgbm>=3.0.0
Requires-Dist: hyperopt>=0.2.5
Requires-Dist: matplotlib>=3.3.3
Requires-Dist: pandas>=1.1.4
Requires-Dist: scikit_learn>=0.23.2
Requires-Dist: lipo>=1.2.2
Requires-Dist: pysot>=0.3.3
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

This library implements a set of algorithms to create 'compact models': smaller versions of 
                        models while retaining as much as possible of the accuracy of the original version.  
                        
                        See https://compactem.readthedocs.io/en/latest/index.html
