Python client library for core functionality of evoml
Project description
turintech-evoml-client
Python client library to support script and notebook interactions with the platform
Installation
There are two options to install the client library:
Default installation
Installs basic requirements and versions of libraries like pandas, numpy.
pip install turintech_evoml_client
Full installation
If you want to be able to generate models locally make sure you use the full extra when installing evoml_client.
pip install turintech_evoml_client[full]
Note that if you are using zsh, you might need to use one the following command instead:
pip install turintech_evoml_client\[full\]
pip install "turintech_evoml_client[full]"
noglob pip install turintech_evoml_client[full]
Description
Currently supports the following concepts and actions:
Datasets:
- Creation - EvoML client supports: Pandas DataFrames, numpy arrays and csv files. With Additional support to come.
- Uploading - Send the locally defined Dataset to the platform in preparation for future trials.
- Statistical analysis - Using the Analyser class retrieve statistical info on the uploaded dataset.
Trials:
- Configuration - Multiple levels of abstraction provided by the TrialConfig class to allow specification of as much or as little technical details as desired.
- Uploading - Send the locally defined trial to the platform to await execution.
- Execution - Trigger the optimization of the given trial.
- Result retrieval - Get either all models or the best model for a trial.
- local execution - Once retrieved and built, models can be run locally against new data.
AutoML:
- Given a Pandas Dataframe, Numpy array or EvoML dataset and a target column returns the best model trained to predict the given target column.
You can find further information and examples in our documentation page: https://docs.evoml.ai/evoml-client/introduction
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 turintech_evoml_client-1.5.3-py3-none-any.whl.
File metadata
- Download URL: turintech_evoml_client-1.5.3-py3-none-any.whl
- Upload date:
- Size: 56.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8baf9385bb60e1da67c39db3c35c94aec397f1471a7ae7f5fc0ab0762ac52206
|
|
| MD5 |
63a0b2c890e5aba1ef1acb8ecd7e17ae
|
|
| BLAKE2b-256 |
fcb673a42e9eb06ba6d3efe9c97e55b7d0d04cdb93de8ee6587716bb5d1e20b1
|