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 details)
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 EasyMLSelector-0.1.0.tar.gz.
File metadata
- Download URL: EasyMLSelector-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eee1b912b0bfb45f13c193987eb517886890e98a0aa7da12d680458096ae6959
|
|
| MD5 |
db73eaddf12238fdcd45f5c363ad2a60
|
|
| BLAKE2b-256 |
cc6847c2f976c54baee7f97d10fa22fa77861f860072d4654fdd4a0e50be416d
|
File details
Details for the file EasyMLSelector-0.1.0-py3-none-any.whl.
File metadata
- Download URL: EasyMLSelector-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccb2946fa79784f9e08ecd84be68c77573372b3df7dfb7e618d1fa7d87b806ef
|
|
| MD5 |
98e4529b0791f59569bf86440564a7c4
|
|
| BLAKE2b-256 |
c7be0f0068177673e828e952363609be431a0b39e238d0cce0f7ccb28682c612
|