Metadata-Version: 2.1
Name: pymlx
Version: 0.0.9
Summary: Yet another machine learning framework
Home-page: https://github.com/zer0n/MLx
Author: Kenneth Tran
Author-email: one@kentran.net
License: BSD3
Keywords: machine learning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Operating System :: OS Independent
Requires-Dist: numpy (>=1.9.2)
Requires-Dist: scipy (>=0.14.0)
Requires-Dist: pandas (>=0.15.0)
Requires-Dist: scikit-learn (>=0.16)
Requires-Dist: xgboost
Requires-Dist: lightgbm
Requires-Dist: matplotlib (>=1.4.3)
Requires-Dist: dill (>=0.2.2)
Requires-Dist: ipywidgets

# MLx
*Yet another machine learning framework.*

## How to install
`pip install pymlx`

Note that PyMLx is only available on Linux at this point.

##Q&As
1. What's the OSS license of this library
  - BSD3


