Metadata-Version: 2.1
Name: lazypredict
Version: 0.2.2
Summary: Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
Home-page: https://github.com/shankarpandala/lazypredict
Author: Shankar Rao Pandala
Author-email: shankar.pandala@live.com
License: MIT license
Keywords: lazypredict
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: Click (>=7.0)

============
Lazy Predict
============


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

.. image:: https://img.shields.io/travis/shankarpandala/lazypredict.svg
        :target: https://travis-ci.org/shankarpandala/lazypredict

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


.. image:: https://pyup.io/repos/github/shankarpandala/lazypredict/shield.svg
     :target: https://pyup.io/repos/github/shankarpandala/lazypredict/
     :alt: Updates



Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning


* Free software: MIT license
* Documentation: https://lazypredict.readthedocs.io.


Features
--------

* TODO




=======
History
=======

0.2.1 (2019-11-18)
------------------

* Release of Regression feature.

0.2.0 (2019-11-17)
------------------

* Release of Classification feature.

0.1.0 (2019-11-16)
------------------

* First release on PyPI.



