Skip to main content

Training and Testing for a set of scikit-learn models in one go.

Project description

EasyMLSelector

    pip install EasyMLSelector
* A class for training and testing many models found in sklearn.
* Training and Testing for a large number of ML models in one go.
* NOTE: Works best with type_filter="regressor"
* Best Used with a small dataset to begin an investigation into the best models for your data.

Don't know what kind of model is going to best suit your data?

    from EasyMLSelector import EasyMLSelector

It's as easy as taking your X and y data and using these 2 commands

    M = EasyMLSelector(type_filter="regressor", Xy_tuple=(X,y))
    M.model_loop()

Then toy around with the best performing model:

    M.test_best()
    M.best_model

Project details


Download files

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

Source Distribution

EasyMLSelector-0.1.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

EasyMLSelector-0.1.0-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

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