# 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')
Release files for run-models 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| run_models-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Release files / run_models-0.0.4-py3-none-any.whl
| Download URL | run_models-0.0.4-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
906ad33f6d84b72158d6cb6b6357ead68bd99fd294bf916ed78049eb30c7ebc4
|
|
BLAKE2b-256 checksum How to use checksums |
c787916acf6fb583ed06491f73d268ceb8e403aabfc1627d7ea0c8915166cb61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|