Metadata-Version: 2.1
Name: Super-ML
Version: 0.0.3
Summary: This is an python Library for AutoML which works for prediction and classification tasks.
Home-page: https://github.com/mihir2510/SuperML
Author: Mihir Gada, Zenil Haria, Arnav Mankad, Kaustubh Damania
Author-email: 
License: MIT
Download-URL: https://pypi.org/project/SuperML/
Project-URL: Documentation, https://superml-documentation.herokuapp.com/
Project-URL: Source Code, https://github.com/mihir2510/SuperML
Keywords: automl,data preprocessing,feature engineering,ensembling,super learner
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: imblearn
Requires-Dist: pandas
Requires-Dist: scikit-optimize
Requires-Dist: hyperopt
Requires-Dist: scikit-learn (==0.24.1)
Requires-Dist: kiwisolver (==1.3.1)
Requires-Dist: matplotlib (==3.3.4)
Requires-Dist: Pillow (==8.1.0)
Requires-Dist: openpyxl
Requires-Dist: plotly
Requires-Dist: pytest
Requires-Dist: pytest-runner
Requires-Dist: seaborn
Requires-Dist: psutil
Requires-Dist: kaleido

<div align="center">
<h1>SUPERML</h1>
<br>

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

<br>

<p>Just enter your dataset and grab a cup of coffee while our system generates the best model for you!

<br>
<br>
</div>


## How to Install

```

pip install Super-ML

```


#### To contribute towards
* [Fork](https://github.com/mihir2510/SuperML) this Repository.
* Clone your Fork on a different branch:

	 ```
     git clone -b <name-of-branch> https://github.com/mihir2510/SuperML.git
     ```

* After adding any feature:
	* Goto your fork and create a pull request.
	* We will test your modifications and merge changes.

<br>
<br>

<div align="center">
Made with :heart:   by 
</div>

<li><a href="https://github.com/zenilharia26">Zenil Haria</a>
<li> <a href="https://github.com/mihir2510">Mihir Gada</a>
<li><a href="https://github.com/ArnAV318">Arnav Mankad</a>
<li><a href="https://github.com/KaustubhDamania">Kaustubh Damania</a>



