mlflow-cratedb


Namemlflow-cratedb JSON
Version 2.13.2 PyPI version JSON
download
home_pageNone
SummaryMLflow adapter for CrateDB
upload_time2024-06-11 03:56:54
maintainerNone
docs_urlNone
authorNone
requires_python<3.12,>=3.8
licenseApache License 2.0
keywords ai cratedb databricks machine learning ml ml-ops mlflow mlflow-tracking mlops
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MLflow adapter for CrateDB

[![Tests](https://github.com/crate-workbench/mlflow-cratedb/actions/workflows/main.yml/badge.svg)](https://github.com/crate-workbench/mlflow-cratedb/actions/workflows/main.yml)
[![Test coverage](https://img.shields.io/codecov/c/gh/crate-workbench/mlflow-cratedb.svg)](https://codecov.io/gh/crate-workbench/mlflow-cratedb/)
[![Python versions](https://img.shields.io/pypi/pyversions/mlflow-cratedb.svg)](https://pypi.org/project/mlflow-cratedb/)

[![License](https://img.shields.io/github/license/crate-workbench/mlflow-cratedb.svg)](https://github.com/crate-workbench/mlflow-cratedb/blob/main/LICENSE)
[![Status](https://img.shields.io/pypi/status/mlflow-cratedb.svg)](https://pypi.org/project/mlflow-cratedb/)
[![PyPI](https://img.shields.io/pypi/v/mlflow-cratedb.svg)](https://pypi.org/project/mlflow-cratedb/)
[![Downloads](https://pepy.tech/badge/mlflow-cratedb/month)](https://pypi.org/project/mlflow-cratedb/)


## About

An adapter for [MLflow] to use [CrateDB] as a storage database for [MLflow
Tracking]. MLflow is an open source platform to manage the whole ML lifecycle,
including experimentation, reproducibility, deployment, and a central model
registry.


## Setup

Install the most recent version of the `mlflow-cratedb` package.
```shell
pip install --upgrade 'mlflow-cratedb[examples]'
```

To verify if the installation worked, you can inspect the version numbers
of the software components you just installed.
```shell
mlflow-cratedb --version
mlflow-cratedb cratedb --version
```


## Documentation

The [MLflow Tracking] subsystem is about recording and querying experiments, across
code, data, config, and results.

The MLflow adapter for CrateDB can be used in different ways. Please refer
to the [handbook], and the documentation about [container usage].

For more general information, see [Machine Learning with CrateDB]
and [examples about MLflow and CrateDB].


## Development

For joining the development, or for making changes to the software, read about
how to [install a development sandbox].


## Project Information

### Resources
- [Source code](https://github.com/crate-workbench/mlflow-cratedb)
- [Documentation](https://github.com/crate-workbench/mlflow-cratedb/tree/main/docs)
- [Python Package Index (PyPI)](https://pypi.org/project/mlflow-cratedb/)

### Contributions
This library is an open source project, and is [managed on GitHub].
Every kind of contribution, feedback, or patch, is much welcome. [Create an
issue] or submit a patch if you think we should include a new feature, or to
report or fix a bug.

### Development
In order to set up a development environment on your workstation, please head
over to the [development sandbox] documentation. When you see the software
tests succeed, you should be ready to start hacking.

### License
The project is licensed under the terms of the Apache License 2.0, like [MLflow]
and [CrateDB], see [LICENSE].

### Acknowledgements

[Siddharth Murching], [Corey Zumar], [Harutaka Kawamura], [Ben Wilson], and
all other contributors for conceiving and maintaining [MLflow].

[Andreas Nigg] for contributing the [tracking_merlion.py] and [tracking_pycaret.py]
ML experiment programs, using [Merlion] and [PyCaret].

[Andreas Nigg]: https://github.com/andnig
[Ben Wilson]: https://github.com/BenWilson2
[container usage]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/docs/container.md
[Corey Zumar]: https://github.com/dbczumar
[CrateDB]: https://github.com/crate/crate
[CrateDB Cloud]: https://console.cratedb.cloud/
[Create an issue]: https://github.com/crate-workbench/mlflow-cratedb/issues
[development sandbox]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/docs/development.md
[examples about MLflow and CrateDB]: https://github.com/crate/cratedb-examples/tree/main/topic/machine-learning/mlops-mlflow
[handbook]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/docs/handbook.md
[Harutaka Kawamura]: https://github.com/harupy
[install a development sandbox]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/docs/development.md
[LICENSE]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/LICENSE
[Machine Learning with CrateDB]: https://cratedb.com/docs/guide/domain/ml/
[managed on GitHub]: https://github.com/crate-workbench/mlflow-cratedb
[Merlion]: https://github.com/salesforce/Merlion
[MLflow]: https://mlflow.org/
[MLflow Tracking]: https://mlflow.org/docs/latest/tracking.html
[PyCaret]: https://pycaret.org/
[Siddharth Murching]: https://github.com/smurching
[tracking_merlion.py]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/examples/tracking_merlion.py
[tracking_pycaret.py]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/examples/tracking_pycaret.py

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mlflow-cratedb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.8",
    "maintainer_email": null,
    "keywords": "ai, cratedb, databricks, machine learning, ml, ml-ops, mlflow, mlflow-tracking, mlops",
    "author": null,
    "author_email": "Andreas Motl <andreas.motl@crate.io>",
    "download_url": "https://files.pythonhosted.org/packages/bd/95/3d6aac5c9ececd8ed97a23168f4377467188a900f3fef657b7f5b6b9ce30/mlflow_cratedb-2.13.2.tar.gz",
    "platform": null,
    "description": "# MLflow adapter for CrateDB\n\n[![Tests](https://github.com/crate-workbench/mlflow-cratedb/actions/workflows/main.yml/badge.svg)](https://github.com/crate-workbench/mlflow-cratedb/actions/workflows/main.yml)\n[![Test coverage](https://img.shields.io/codecov/c/gh/crate-workbench/mlflow-cratedb.svg)](https://codecov.io/gh/crate-workbench/mlflow-cratedb/)\n[![Python versions](https://img.shields.io/pypi/pyversions/mlflow-cratedb.svg)](https://pypi.org/project/mlflow-cratedb/)\n\n[![License](https://img.shields.io/github/license/crate-workbench/mlflow-cratedb.svg)](https://github.com/crate-workbench/mlflow-cratedb/blob/main/LICENSE)\n[![Status](https://img.shields.io/pypi/status/mlflow-cratedb.svg)](https://pypi.org/project/mlflow-cratedb/)\n[![PyPI](https://img.shields.io/pypi/v/mlflow-cratedb.svg)](https://pypi.org/project/mlflow-cratedb/)\n[![Downloads](https://pepy.tech/badge/mlflow-cratedb/month)](https://pypi.org/project/mlflow-cratedb/)\n\n\n## About\n\nAn adapter for [MLflow] to use [CrateDB] as a storage database for [MLflow\nTracking]. MLflow is an open source platform to manage the whole ML lifecycle,\nincluding experimentation, reproducibility, deployment, and a central model\nregistry.\n\n\n## Setup\n\nInstall the most recent version of the `mlflow-cratedb` package.\n```shell\npip install --upgrade 'mlflow-cratedb[examples]'\n```\n\nTo verify if the installation worked, you can inspect the version numbers\nof the software components you just installed.\n```shell\nmlflow-cratedb --version\nmlflow-cratedb cratedb --version\n```\n\n\n## Documentation\n\nThe [MLflow Tracking] subsystem is about recording and querying experiments, across\ncode, data, config, and results.\n\nThe MLflow adapter for CrateDB can be used in different ways. Please refer\nto the [handbook], and the documentation about [container usage].\n\nFor more general information, see [Machine Learning with CrateDB]\nand [examples about MLflow and CrateDB].\n\n\n## Development\n\nFor joining the development, or for making changes to the software, read about\nhow to [install a development sandbox].\n\n\n## Project Information\n\n### Resources\n- [Source code](https://github.com/crate-workbench/mlflow-cratedb)\n- [Documentation](https://github.com/crate-workbench/mlflow-cratedb/tree/main/docs)\n- [Python Package Index (PyPI)](https://pypi.org/project/mlflow-cratedb/)\n\n### Contributions\nThis library is an open source project, and is [managed on GitHub].\nEvery kind of contribution, feedback, or patch, is much welcome. [Create an\nissue] or submit a patch if you think we should include a new feature, or to\nreport or fix a bug.\n\n### Development\nIn order to set up a development environment on your workstation, please head\nover to the [development sandbox] documentation. When you see the software\ntests succeed, you should be ready to start hacking.\n\n### License\nThe project is licensed under the terms of the Apache License 2.0, like [MLflow]\nand [CrateDB], see [LICENSE].\n\n### Acknowledgements\n\n[Siddharth Murching], [Corey Zumar], [Harutaka Kawamura], [Ben Wilson], and\nall other contributors for conceiving and maintaining [MLflow].\n\n[Andreas Nigg] for contributing the [tracking_merlion.py] and [tracking_pycaret.py]\nML experiment programs, using [Merlion] and [PyCaret].\n\n[Andreas Nigg]: https://github.com/andnig\n[Ben Wilson]: https://github.com/BenWilson2\n[container usage]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/docs/container.md\n[Corey Zumar]: https://github.com/dbczumar\n[CrateDB]: https://github.com/crate/crate\n[CrateDB Cloud]: https://console.cratedb.cloud/\n[Create an issue]: https://github.com/crate-workbench/mlflow-cratedb/issues\n[development sandbox]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/docs/development.md\n[examples about MLflow and CrateDB]: https://github.com/crate/cratedb-examples/tree/main/topic/machine-learning/mlops-mlflow\n[handbook]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/docs/handbook.md\n[Harutaka Kawamura]: https://github.com/harupy\n[install a development sandbox]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/docs/development.md\n[LICENSE]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/LICENSE\n[Machine Learning with CrateDB]: https://cratedb.com/docs/guide/domain/ml/\n[managed on GitHub]: https://github.com/crate-workbench/mlflow-cratedb\n[Merlion]: https://github.com/salesforce/Merlion\n[MLflow]: https://mlflow.org/\n[MLflow Tracking]: https://mlflow.org/docs/latest/tracking.html\n[PyCaret]: https://pycaret.org/\n[Siddharth Murching]: https://github.com/smurching\n[tracking_merlion.py]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/examples/tracking_merlion.py\n[tracking_pycaret.py]: https://github.com/crate-workbench/mlflow-cratedb/blob/main/examples/tracking_pycaret.py\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "MLflow adapter for CrateDB",
    "version": "2.13.2",
    "project_urls": {
        "changelog": "https://github.com/crate-workbench/mlflow-cratedb/blob/main/CHANGES.md",
        "documentation": "https://github.com/crate-workbench/mlflow-cratedb",
        "homepage": "https://github.com/crate-workbench/mlflow-cratedb",
        "repository": "https://github.com/crate-workbench/mlflow-cratedb"
    },
    "split_keywords": [
        "ai",
        " cratedb",
        " databricks",
        " machine learning",
        " ml",
        " ml-ops",
        " mlflow",
        " mlflow-tracking",
        " mlops"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "431139c64905885cc4ac34f03dd18b2e7d8b375bc248fa66350e42dc7a7354ef",
                "md5": "28ae48e46162cd6f7698801039ed2874",
                "sha256": "f5d2bcb1818fc5d4ab6d3c49b328a7a0f3318a0e4b63d90fb38ccee722ad47e7"
            },
            "downloads": -1,
            "filename": "mlflow_cratedb-2.13.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "28ae48e46162cd6f7698801039ed2874",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.8",
            "size": 17477,
            "upload_time": "2024-06-11T03:56:52",
            "upload_time_iso_8601": "2024-06-11T03:56:52.146172Z",
            "url": "https://files.pythonhosted.org/packages/43/11/39c64905885cc4ac34f03dd18b2e7d8b375bc248fa66350e42dc7a7354ef/mlflow_cratedb-2.13.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd953d6aac5c9ececd8ed97a23168f4377467188a900f3fef657b7f5b6b9ce30",
                "md5": "520a9717f7ba106b385a5060b42be29c",
                "sha256": "c8c277dcaf3c6ed42366258437b038e0275af7f6063c227b6369f20faac8530e"
            },
            "downloads": -1,
            "filename": "mlflow_cratedb-2.13.2.tar.gz",
            "has_sig": false,
            "md5_digest": "520a9717f7ba106b385a5060b42be29c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.8",
            "size": 49847,
            "upload_time": "2024-06-11T03:56:54",
            "upload_time_iso_8601": "2024-06-11T03:56:54.325081Z",
            "url": "https://files.pythonhosted.org/packages/bd/95/3d6aac5c9ececd8ed97a23168f4377467188a900f3fef657b7f5b6b9ce30/mlflow_cratedb-2.13.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 03:56:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "crate-workbench",
    "github_project": "mlflow-cratedb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mlflow-cratedb"
}
        
Elapsed time: 0.26780s