Metadata-Version: 2.0
Name: mlframe
Version: 0.1.15
Summary: mlframe package.
Home-page: https://github.com/skelouse/mlframe
Author: Sam Stoltenberg
Author-email: sam@skelouse.com
License: GNU General Public License v3
Project-URL: Homepage, https://github.com/skelouse/mlframe
Project-URL: Download, https://pypi.org/project/mlframe/
Project-URL: Source Code, https://github.com/skelouse/mlframe/tree/master/mlframe
Project-URL: Documentation, https://mlframe.readthedocs.io/en/latest/
Project-URL: Bug Tracker, https://github.com/skelouse/mlframe/issues
Project-URL: Frame Documentation, https://mlframe.readthedocs.io/en/latest/api/mlframe.MLFrame.html
Keywords: mlframe
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: missingno (>=0.4.2)
Requires-Dist: pandas (>=1.1.1)
Requires-Dist: numpy (>=1.19.1)
Requires-Dist: matplotlib (>=3.3.1)
Requires-Dist: seaborn (>=0.10.1)
Requires-Dist: statsmodels
Requires-Dist: scipy (>=1.3.1)
Requires-Dist: scikit-learn
Requires-Dist: yellowbrick

.. image:: https://img.shields.io/pypi/v/mlframe.svg
        :target: https://pypi.python.org/pypi/mlframe

.. image:: https://img.shields.io/travis/skelouse/mlframe.svg
        :target: https://travis-ci.org/skelouse/mlframe

.. image:: https://readthedocs.org/projects/mlframe/badge/?version=latest
        :target: https://mlframe.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Features
--------

* Wraps a pandas DataFrame
* Linear Regression modeling and plotting
* More coming soon...

Contribute_

.. _Contribute: https://mlframe.readthedocs.io/en/latest/contributing.html

