Machine Learning Experiment Framework
Project description
Package ml-experiment
Introduction
This Python package facilitates the fast prototyping of machine learning model with great scalability and flexibility.
Characteristics of this package:
- Flexibility of Feature Engineering: it is convenient to define a function to put to feature-processing pipeline;
- Flexibility of Models: there is no restriction about whether you have to use scikit-learn, TensorFlow, or PyTorch;
- Few Specifications on Models: user only need to worry about the
fit
andpredict_proba
; - Training Job Specifications: features, data locations, model specifications can be specified in a Python dictionary or JSON, facilitating potential MapReduce or parallelism;
- Scalability: data is stored temporarily in disks in batch to save memory space;
- Statistics: statistical measures of the performance of the models and their class labels are calculated;
- Cross Validation: cross validation option is available.
- Ready Adaptation to Production: data pipelines and algorithms can be adapted into production codes with little changes.
There will be tutorials and documentations.
News
- 10/18/2024:
0.0.9
released. - 07/28/2024:
0.0.8
released. - 04/11/2021:
0.0.7
released. - 06/24/2020:
0.0.6
released. - 05/31/2020:
0.0.5
released. - 05/12/2020:
0.0.4
released. - 05/03/2020:
0.0.3
released. - 04/29/2020:
0.0.2
released. - 04/24/2020:
0.0.1
released.
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 Distribution
ml_experiment-0.0.9.tar.gz
(289.1 kB
view details)
Built Distribution
File details
Details for the file ml_experiment-0.0.9.tar.gz
.
File metadata
- Download URL: ml_experiment-0.0.9.tar.gz
- Upload date:
- Size: 289.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/8.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cf5811bd3b218c86a7ecc451c06aa9c2a58f37357bd8cf4b0df6b0250424f3d |
|
MD5 | ec83b16dd234b6a18abc89c027ea8ecc |
|
BLAKE2b-256 | 183a34b3ab320002ca33ecb4d1d1e361b94bbd0968cc9b8358a8b97dd1c1f4dd |
File details
Details for the file ml_experiment-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: ml_experiment-0.0.9-py3-none-any.whl
- Upload date:
- Size: 21.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/8.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b2e40180ae5ec9a20a048120ddb59297ae999cc5c23ed2ceaa2dd07ea4f686e |
|
MD5 | fd4b5c4da610f704e898a961e9cb8fce |
|
BLAKE2b-256 | 8607b6201c8f6c27e5d04e2a0e29d2c36f1d06fb37b7b7558834521bb9f3cd17 |