Skip to main content

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

Project description

Featuretools

GitHub Actions Codecov.io PyPI PyPI Stats

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.

Install from PyPI

pip install evalml

Add-ons

Update checker
Receive automatic notifications of new EvalML releases

pip install evalml[update_checker]

Start

Load and split example data

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

from evalml.automl import AutoMLSearch
automl = AutoMLSearch(X_train=X_train, y_train=y_train, problem_type='binary')
automl.search()

View pipeline rankings

automl.rankings

Get best pipeline and predict on new data

pipeline = automl.best_pipeline
pipeline.predict(X_test)

Next Steps

Read more about EvalML on our documentation page:

Built at Alteryx Innovation Labs

Alteryx Innovation Labs

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evalml-0.27.0.tar.gz (3.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

evalml-0.27.0-py3-none-any.whl (6.2 MB view details)

Uploaded Python 3

File details

Details for the file evalml-0.27.0.tar.gz.

File metadata

  • Download URL: evalml-0.27.0.tar.gz
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.10

File hashes

Hashes for evalml-0.27.0.tar.gz
Algorithm Hash digest
SHA256 fd6742185d8396dce5c7ffb449384fb4ded89602f294d09ef5f28b19acd73ffa
MD5 6b0fe496447bac382a450b33d418fc06
BLAKE2b-256 16fa052c4135c8e8e1e5c54f1fd47e6b8febe80a770aa6be3e8d111a9689a498

See more details on using hashes here.

File details

Details for the file evalml-0.27.0-py3-none-any.whl.

File metadata

  • Download URL: evalml-0.27.0-py3-none-any.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.10

File hashes

Hashes for evalml-0.27.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6ae3a2eab441075d470c5a0210edaef79685a19ba97e4957961c0d5c51c8e6df
MD5 e3db92dee8c4c6bb0a9484c64f8497a6
BLAKE2b-256 1ff5a699f206b8eba6bbea87a77540c2e3bd096e91217071d546c3be177e9796

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page