ml-experiment


Nameml-experiment JSON
Version 0.0.9 PyPI version JSON
download
home_pageNone
SummaryMachine Learning Experiment Framework
upload_time2024-10-18 17:09:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords machine learning artificial intelligence
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Package `ml-experiment`

[![CircleCI](https://circleci.com/gh/stephenhky/ml-experiment.svg?style=svg)](https://circleci.com/gh/stephenhky/ml-experiment.svg)
[![GitHub release](https://img.shields.io/github/release/stephenhky/ml-experiment.svg?maxAge=3600)](https://github.com/stephenhky/ml-experiment/releases)
[![Documentation Status](https://readthedocs.org/projects/ml-experiment/badge/?version=latest)](https://ml-experiment.readthedocs.io/en/latest/?badge=latest)
[![Updates](https://pyup.io/repos/github/stephenhky/ml-experiment/shield.svg)](https://pyup.io/repos/github/stephenhky/ml-experiment/)
[![Python 3](https://pyup.io/repos/github/stephenhky/ml-experiment/python-3-shield.svg)](https://pyup.io/repos/github/stephenhky/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`
and `predict_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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ml-experiment",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "machine learning, artificial intelligence",
    "author": null,
    "author_email": "Kwan Yuet Stephen Ho <stephenhky@yahoo.com.hk>",
    "download_url": "https://files.pythonhosted.org/packages/18/3a/34b3ab320002ca33ecb4d1d1e361b94bbd0968cc9b8358a8b97dd1c1f4dd/ml_experiment-0.0.9.tar.gz",
    "platform": null,
    "description": "# Package `ml-experiment`\n\n[![CircleCI](https://circleci.com/gh/stephenhky/ml-experiment.svg?style=svg)](https://circleci.com/gh/stephenhky/ml-experiment.svg)\n[![GitHub release](https://img.shields.io/github/release/stephenhky/ml-experiment.svg?maxAge=3600)](https://github.com/stephenhky/ml-experiment/releases)\n[![Documentation Status](https://readthedocs.org/projects/ml-experiment/badge/?version=latest)](https://ml-experiment.readthedocs.io/en/latest/?badge=latest)\n[![Updates](https://pyup.io/repos/github/stephenhky/ml-experiment/shield.svg)](https://pyup.io/repos/github/stephenhky/ml-experiment/)\n[![Python 3](https://pyup.io/repos/github/stephenhky/ml-experiment/python-3-shield.svg)](https://pyup.io/repos/github/stephenhky/ml-experiment/)\n\n## Introduction\n\nThis Python package facilitates the fast prototyping of\nmachine learning model with great scalability and flexibility.\n\nCharacteristics of this package:\n\n* Flexibility of Feature Engineering: it is convenient to define a function to \nput to feature-processing pipeline;\n* Flexibility of Models: there is no restriction about whether you have to use\nscikit-learn, TensorFlow, or PyTorch;\n* Few Specifications on Models: user only need to worry about the `fit`\nand `predict_proba`;\n* Training Job Specifications: features, data locations, model specifications can\nbe specified in a Python dictionary or JSON, facilitating potential\nMapReduce or parallelism;\n* Scalability: data is stored temporarily in disks in batch\nto save memory space;\n* Statistics: statistical measures of the performance of the models and\ntheir class labels are calculated;\n* Cross Validation: cross validation option is available.\n* Ready Adaptation to Production: data pipelines and algorithms can be adapted into\nproduction codes with little changes.\n\nThere will be tutorials and documentations.\n\n## News\n\n* 10/18/2024: `0.0.9` released.\n* 07/28/2024: `0.0.8` released.\n* 04/11/2021: `0.0.7` released.\n* 06/24/2020: `0.0.6` released.\n* 05/31/2020: `0.0.5` released.\n* 05/12/2020: `0.0.4` released.\n* 05/03/2020: `0.0.3` released.\n* 04/29/2020: `0.0.2` released.\n* 04/24/2020: `0.0.1` released.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Machine Learning Experiment Framework",
    "version": "0.0.9",
    "project_urls": {
        "Documentation": "https://ml-experiment.readthedocs.io/",
        "Issues": "https://github.com/stephenhky/ml-experiment/issues",
        "Repository": "https://github.com/stephenhky/ml-experiment"
    },
    "split_keywords": [
        "machine learning",
        " artificial intelligence"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8607b6201c8f6c27e5d04e2a0e29d2c36f1d06fb37b7b7558834521bb9f3cd17",
                "md5": "fd4b5c4da610f704e898a961e9cb8fce",
                "sha256": "3b2e40180ae5ec9a20a048120ddb59297ae999cc5c23ed2ceaa2dd07ea4f686e"
            },
            "downloads": -1,
            "filename": "ml_experiment-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd4b5c4da610f704e898a961e9cb8fce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 21414,
            "upload_time": "2024-10-18T17:09:50",
            "upload_time_iso_8601": "2024-10-18T17:09:50.366817Z",
            "url": "https://files.pythonhosted.org/packages/86/07/b6201c8f6c27e5d04e2a0e29d2c36f1d06fb37b7b7558834521bb9f3cd17/ml_experiment-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "183a34b3ab320002ca33ecb4d1d1e361b94bbd0968cc9b8358a8b97dd1c1f4dd",
                "md5": "ec83b16dd234b6a18abc89c027ea8ecc",
                "sha256": "5cf5811bd3b218c86a7ecc451c06aa9c2a58f37357bd8cf4b0df6b0250424f3d"
            },
            "downloads": -1,
            "filename": "ml_experiment-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "ec83b16dd234b6a18abc89c027ea8ecc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 289073,
            "upload_time": "2024-10-18T17:09:51",
            "upload_time_iso_8601": "2024-10-18T17:09:51.480181Z",
            "url": "https://files.pythonhosted.org/packages/18/3a/34b3ab320002ca33ecb4d1d1e361b94bbd0968cc9b8358a8b97dd1c1f4dd/ml_experiment-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-18 17:09:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stephenhky",
    "github_project": "ml-experiment",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "lcname": "ml-experiment"
}
        
Elapsed time: 1.45679s