Machine Learning Experiment Framework
Project description
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
- 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.3.tar.gz
(286.3 kB
view details)
File details
Details for the file ml-experiment-0.0.3.tar.gz
.
File metadata
- Download URL: ml-experiment-0.0.3.tar.gz
- Upload date:
- Size: 286.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbceaa5ff37a61c75151db5a0df0bf6666706c2f08a6e480ff849a32d9490844 |
|
MD5 | d3b9a50653ac1dbaa8e7621d146d3db5 |
|
BLAKE2b-256 | e400aca98a2a6c19cfbc9242eca0abd29f4b58470f4127f2324c402a36a4d862 |