Metadata-Version: 2.1
Name: evalml
Version: 0.54.0
Summary: EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions.
Home-page: https://github.com/alteryx/evalml/
Download-URL: https://pypi.org/project/evalml/
Author: Alteryx, Inc.
Author-email: open_source_support@alteryx.com
License: BSD 3-clause
Project-URL: Documentation, https://evalml.alteryx.com
Project-URL: Source Code, https://github.com/alteryx/evalml/
Project-URL: Changes, https://evalml.alteryx.com/en/latest/release_notes.html
Project-URL: Issue Tracker, https://github.com/alteryx/evalml/issues
Project-URL: Twitter, https://twitter.com/alteryxoss
Project-URL: Chat, https://join.slack.com/t/alteryx-oss/shared_invite/zt-6inxevps-RSbpr9lsACE1kObXz4rIuA
Keywords: data science machine learning optimization automl
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: <4,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.21.0)
Requires-Dist: pandas (>=1.4.0)
Requires-Dist: scipy (>=1.5.0)
Requires-Dist: scikit-learn (>=1.1.1)
Requires-Dist: scikit-optimize (>=0.8.1)
Requires-Dist: pyzmq (>=20.0.0)
Requires-Dist: colorama (>=0.4.4)
Requires-Dist: cloudpickle (>=1.5.0)
Requires-Dist: click (>=7.1.2)
Requires-Dist: requirements-parser (>=0.2.0)
Requires-Dist: shap (>=0.40.0)
Requires-Dist: statsmodels (>=0.12.2)
Requires-Dist: texttable (>=1.6.2)
Requires-Dist: woodwork (>=0.16.2)
Requires-Dist: dask (>=2021.10.0)
Requires-Dist: nlp-primitives (!=2.6.0,>=2.1.0)
Requires-Dist: featuretools (>=1.7.0)
Requires-Dist: networkx (<2.6,>=2.5)
Requires-Dist: plotly (>=5.0.0)
Requires-Dist: kaleido (>=0.1.0)
Requires-Dist: ipywidgets (>=7.5)
Requires-Dist: xgboost (>=1.5.1)
Requires-Dist: catboost (>=0.20)
Requires-Dist: lightgbm (>=2.3.1)
Requires-Dist: matplotlib (>=3.3.3)
Requires-Dist: seaborn (>=0.11.1)
Requires-Dist: category-encoders (>=2.2.2)
Requires-Dist: imbalanced-learn (>=0.9.1)
Requires-Dist: pmdarima (>=1.8.1)
Requires-Dist: sktime (>=0.7.0)
Requires-Dist: lime (>=0.2.0.1)
Requires-Dist: vowpalwabbit (>=8.11.0)
Requires-Dist: graphviz (>=0.13) ; platform_system != "Windows"
Provides-Extra: complete
Requires-Dist: prophet-prebuilt (==1.0.2) ; extra == 'complete'
Requires-Dist: alteryx-open-src-update-checker (>=2.0.0) ; extra == 'complete'
Provides-Extra: dev
Requires-Dist: flake8 (==3.7.0) ; extra == 'dev'
Requires-Dist: black (==22.3.0) ; extra == 'dev'
Requires-Dist: isort (==5.0.0) ; extra == 'dev'
Requires-Dist: pydocstyle (==6.1.1) ; extra == 'dev'
Requires-Dist: darglint (==1.8.0) ; extra == 'dev'
Requires-Dist: pytest (==6.0.1) ; extra == 'dev'
Requires-Dist: pytest-xdist (==2.1.0) ; extra == 'dev'
Requires-Dist: pytest-timeout (==1.4.2) ; extra == 'dev'
Requires-Dist: pytest-cov (==2.10.1) ; extra == 'dev'
Requires-Dist: nbval (==0.9.3) ; extra == 'dev'
Requires-Dist: IPython (>=7.16.3) ; extra == 'dev'
Requires-Dist: codecov (==2.1.11) ; extra == 'dev'
Requires-Dist: PyYAML (==5.4) ; extra == 'dev'
Requires-Dist: coverage[toml] (>=6.4) ; extra == 'dev'
Requires-Dist: docutils (<0.17,>=0.15.2) ; extra == 'dev'
Requires-Dist: pydata-sphinx-theme (>=0.3.1) ; extra == 'dev'
Requires-Dist: astroid (<=2.6.6) ; extra == 'dev'
Requires-Dist: Sphinx (>=4.5.0) ; extra == 'dev'
Requires-Dist: nbconvert (>=6.4.5) ; extra == 'dev'
Requires-Dist: nbsphinx (>=0.8.5) ; extra == 'dev'
Requires-Dist: sphinx-autoapi ; extra == 'dev'
Requires-Dist: sphinx-inline-tabs (==2022.1.2b11) ; extra == 'dev'
Requires-Dist: sphinx-copybutton (==0.4.0) ; extra == 'dev'
Requires-Dist: myst-parser (==0.16.1) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: docutils (<0.17,>=0.15.2) ; extra == 'docs'
Requires-Dist: pydata-sphinx-theme (>=0.3.1) ; extra == 'docs'
Requires-Dist: astroid (<=2.6.6) ; extra == 'docs'
Requires-Dist: Sphinx (>=4.5.0) ; extra == 'docs'
Requires-Dist: nbconvert (>=6.4.5) ; extra == 'docs'
Requires-Dist: nbsphinx (>=0.8.5) ; extra == 'docs'
Requires-Dist: sphinx-autoapi ; extra == 'docs'
Requires-Dist: sphinx-inline-tabs (==2022.1.2b11) ; extra == 'docs'
Requires-Dist: sphinx-copybutton (==0.4.0) ; extra == 'docs'
Requires-Dist: myst-parser (==0.16.1) ; extra == 'docs'
Provides-Extra: prophet
Requires-Dist: prophet-prebuilt (==1.0.2) ; extra == 'prophet'
Provides-Extra: test
Requires-Dist: pytest (==6.0.1) ; extra == 'test'
Requires-Dist: pytest-xdist (==2.1.0) ; extra == 'test'
Requires-Dist: pytest-timeout (==1.4.2) ; extra == 'test'
Requires-Dist: pytest-cov (==2.10.1) ; extra == 'test'
Requires-Dist: nbval (==0.9.3) ; extra == 'test'
Requires-Dist: IPython (>=7.16.3) ; extra == 'test'
Requires-Dist: codecov (==2.1.11) ; extra == 'test'
Requires-Dist: PyYAML (==5.4) ; extra == 'test'
Requires-Dist: coverage[toml] (>=6.4) ; extra == 'test'
Provides-Extra: update_checker
Requires-Dist: alteryx-open-src-update-checker (>=2.0.0) ; extra == 'update_checker'

<p align="center">
<img width=50% src="https://evalml-web-images.s3.amazonaws.com/evalml_horizontal.svg" alt="EvalML" />
</p>

<p align="center">
    <a href="https://github.com/alteryx/woodwork/actions?query=branch%3Amain+workflow%3ATests" target="_blank">
        <img src="https://github.com/alteryx/woodwork/workflows/Tests/badge.svg?branch=main" alt="Tests" />
    </a>
    <a href="https://codecov.io/gh/alteryx/evalml">
        <img src="https://codecov.io/gh/alteryx/evalml/branch/main/graph/badge.svg?token=JDc0Ib7kYL"/>
    </a>
    <a href="https://evalml.alteryx.com/en/latest/?badge=stable" target="_blank">
        <img src="https://readthedocs.com/projects/feature-labs-inc-evalml/badge/?version=stable" alt="Documentation Status" />
    </a>
    <a href="https://badge.fury.io/py/evalml" target="_blank">
        <img src="https://badge.fury.io/py/evalml.svg?maxAge=2592000" alt="PyPI Version" />
    </a>
    <a href="https://anaconda.org/conda-forge/evalml" target="_blank">
        <img src="https://anaconda.org/conda-forge/evalml/badges/version.svg" alt="Anaconda Version" />
    </a>
    <a href="https://pepy.tech/project/evalml" target="_blank">
        <img src="https://pepy.tech/badge/evalml/month" alt="PyPI Downloads" />
    </a>
</p>
<hr>

EvalML is an AutoML library which builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions.

**Key Functionality**

* **Automation** - Makes machine learning easier. Avoid training and tuning models by hand. Includes data quality checks, cross-validation and more.
* **Data Checks** - Catches and warns of problems with your data and problem setup before modeling.
* **End-to-end** - Constructs and optimizes pipelines that include state-of-the-art preprocessing, feature engineering, feature selection, and a variety of modeling techniques.
* **Model Understanding** - Provides tools to understand and introspect on models, to learn how they'll behave in your problem domain.
* **Domain-specific** - Includes repository of domain-specific objective functions and an interface to define your own.

## Installation 

Install from [PyPI](https://pypi.org/project/evalml/):

```bash
pip install evalml
```

or from the conda-forge channel on [conda](https://anaconda.org/conda-forge/evalml):

```bash
conda install -c conda-forge evalml
```

### Add-ons
**Update checker** - Receive automatic notifications of new Woodwork releases

PyPI:

```bash
pip install "evalml[update_checker]"
```
Conda:
```
conda install -c conda-forge alteryx-open-src-update-checker
```

## Start

#### Load and split example data 
```python
import evalml
X, y = evalml.demos.load_breast_cancer()
X_train, X_test, y_train, y_test = evalml.preprocessing.split_data(X, y, problem_type='binary')
```

#### Run AutoML
```python
from evalml.automl import AutoMLSearch
automl = AutoMLSearch(X_train=X_train, y_train=y_train, problem_type='binary')
automl.search()
```

#### View pipeline rankings
```python
automl.rankings
```

#### Get best pipeline and predict on new data
```python
pipeline = automl.best_pipeline
pipeline.predict(X_test)
```

## Next Steps

Read more about EvalML on our [documentation page](https://evalml.alteryx.com/):

* [Installation](https://evalml.alteryx.com/en/stable/install.html) and [getting started](https://evalml.alteryx.com/en/stable/start.html).
* [Tutorials](https://evalml.alteryx.com/en/stable/tutorials.html) on how to use EvalML.
* [User guide](https://evalml.alteryx.com/en/stable/user_guide.html) which describes EvalML's features.
* Full [API reference](https://evalml.alteryx.com/en/stable/api_reference.html)

## Support

The EvalML community is happy to provide support to users of EvalML. Project support can be found in four places depending on the type of question:
1. For usage questions, use [Stack Overflow](https://stackoverflow.com/questions/tagged/evalml) with the `evalml` tag.
2. For bugs, issues, or feature requests start a [Github issue](https://github.com/alteryx/evalml/issues).
3. For discussion regarding development on the core library, use [Slack](https://join.slack.com/t/alteryx-oss/shared_invite/zt-182tyvuxv-NzIn6eiCEf8TBziuKp0bNA).
4. For everything else, the core developers can be reached by email at open_source_support@alteryx.com

## Built at Alteryx

**EvalML** is an open source project built by [Alteryx](https://www.alteryx.com). To see the other open source projects we’re working on visit [Alteryx Open Source](https://www.alteryx.com/open-source). If building impactful data science pipelines is important to you or your business, please get in touch.

<p align="center">
  <a href="https://www.alteryx.com/open-source">
    <img src="https://alteryx-oss-web-images.s3.amazonaws.com/OpenSource_Logo-01.png" alt="Alteryx Open Source" width="800"/>
  </a>
</p>
