Skip to main content

Run all regression and classification models with its default parameters

Project description

# run_models

run_models lets you run many regression and classification models with their default parameters and rank them by RMSE or AUC.

Installation

pip install run_models

Dependencies

numpy

pandas

scikit-learn

xgboost

lightgbm

catboost

matplotlib

How to use it?

run_models comes with two functions:

  • run_models.run_regressors(data, target_column) for regression tasks - All models are ranked by RMSE.
  • run_models.run_classifiers(data, target_column) for classification tasks - All models are ranked y AUC.

import run_models as rm

fig = rm.run_classifiers(titanic_data, 'Survived')

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

run_models-0.0.4-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file run_models-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: run_models-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for run_models-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 906ad33f6d84b72158d6cb6b6357ead68bd99fd294bf916ed78049eb30c7ebc4
MD5 d6bad0b373973b7e3ab29de06b812d5d
BLAKE2b-256 c787916acf6fb583ed06491f73d268ceb8e403aabfc1627d7ea0c8915166cb61

See more details on using hashes here.

Supported by

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