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
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
906ad33f6d84b72158d6cb6b6357ead68bd99fd294bf916ed78049eb30c7ebc4
|
|
| MD5 |
d6bad0b373973b7e3ab29de06b812d5d
|
|
| BLAKE2b-256 |
c787916acf6fb583ed06491f73d268ceb8e403aabfc1627d7ea0c8915166cb61
|