ml-base


Nameml-base JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/schmidtbri/ml-base
SummaryBase classes and utilities that are useful for deploying ML models.
upload_time2023-02-02 03:42:36
maintainer
docs_urlNone
authorBrian Schmidt
requires_python>=3.5
license
keywords machine learning rest service model deployment
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Code Quality Status](https://github.com/schmidtbri/ml-base/actions/workflows/test.yml/badge.svg)
[![License](https://img.shields.io/badge/license-BSD--3--Clause-green)](https://opensource.org/licenses/BSD-3-Clause)
[![PyPi](https://img.shields.io/badge/pypi-v0.2.2-green)](https://pypi.org/project/ml-base/)

# ml-base

**ml-base** is a package that provides base classes and utilities that are useful for deploying machine learning models.

## Installation 

The easiest way to install ml-base is using pip

```bash
pip install ml-base
```

## Usage

There are several examples of how to use the ml-base framework in the 
[documentation](https://schmidtbri.github.io/ml-base/).

## Development

First, download the source code with this command:

```bash
git clone https://github.com/schmidtbri/ml-base
```

Then create a virtual environment and activate it:

```bash
# go into the project directory
cd ml-base

make venv

source venv/bin/activate
```

Install the dependencies:

```bash
make dependencies
```

## Testing 

To run the unit test suite execute these commands:

```bash
# first install the test dependencies
make test-dependencies

# run the test suite
make test

# clean up the unit tests
make clean-test
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/schmidtbri/ml-base",
    "name": "ml-base",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "machine learning,REST,service,model deployment",
    "author": "Brian Schmidt",
    "author_email": "6666331+schmidtbri@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/5d/ee/6d0867ac8ab4bd8b89a9d8410ece8376afbdeabd5d2c5fec982d478ccd2e/ml_base-0.2.2.tar.gz",
    "platform": null,
    "description": "![Code Quality Status](https://github.com/schmidtbri/ml-base/actions/workflows/test.yml/badge.svg)\n[![License](https://img.shields.io/badge/license-BSD--3--Clause-green)](https://opensource.org/licenses/BSD-3-Clause)\n[![PyPi](https://img.shields.io/badge/pypi-v0.2.2-green)](https://pypi.org/project/ml-base/)\n\n# ml-base\n\n**ml-base** is a package that provides base classes and utilities that are useful for deploying machine learning models.\n\n## Installation \n\nThe easiest way to install ml-base is using pip\n\n```bash\npip install ml-base\n```\n\n## Usage\n\nThere are several examples of how to use the ml-base framework in the \n[documentation](https://schmidtbri.github.io/ml-base/).\n\n## Development\n\nFirst, download the source code with this command:\n\n```bash\ngit clone https://github.com/schmidtbri/ml-base\n```\n\nThen create a virtual environment and activate it:\n\n```bash\n# go into the project directory\ncd ml-base\n\nmake venv\n\nsource venv/bin/activate\n```\n\nInstall the dependencies:\n\n```bash\nmake dependencies\n```\n\n## Testing \n\nTo run the unit test suite execute these commands:\n\n```bash\n# first install the test dependencies\nmake test-dependencies\n\n# run the test suite\nmake test\n\n# clean up the unit tests\nmake clean-test\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Base classes and utilities that are useful for deploying ML models.",
    "version": "0.2.2",
    "split_keywords": [
        "machine learning",
        "rest",
        "service",
        "model deployment"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e46a1cfedcf2daf40f93d28795b0ca4023c185b99c0ab2f61a114bedc8212c3",
                "md5": "3b707bd8c592c4fa5207ff4a423692a3",
                "sha256": "5afeaac2b8c456f219196913524d6b7eeb071ed49686e73710612c4caa430f1f"
            },
            "downloads": -1,
            "filename": "ml_base-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3b707bd8c592c4fa5207ff4a423692a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 7707,
            "upload_time": "2023-02-02T03:42:35",
            "upload_time_iso_8601": "2023-02-02T03:42:35.095186Z",
            "url": "https://files.pythonhosted.org/packages/4e/46/a1cfedcf2daf40f93d28795b0ca4023c185b99c0ab2f61a114bedc8212c3/ml_base-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5dee6d0867ac8ab4bd8b89a9d8410ece8376afbdeabd5d2c5fec982d478ccd2e",
                "md5": "0477539197fadb89dc9459ffd00f82e1",
                "sha256": "f7da29cf796a4e538c89374ba102f6730d25e577e59ac2a2eadbcdc1bac5d653"
            },
            "downloads": -1,
            "filename": "ml_base-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0477539197fadb89dc9459ffd00f82e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 7283,
            "upload_time": "2023-02-02T03:42:36",
            "upload_time_iso_8601": "2023-02-02T03:42:36.176165Z",
            "url": "https://files.pythonhosted.org/packages/5d/ee/6d0867ac8ab4bd8b89a9d8410ece8376afbdeabd5d2c5fec982d478ccd2e/ml_base-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-02 03:42:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "schmidtbri",
    "github_project": "ml-base",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "test_requirements": [],
    "lcname": "ml-base"
}
        
Elapsed time: 0.04893s