neptune-mlflow


Nameneptune-mlflow JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://neptune.ai/
Summaryneptune.ai MLflow integration library
upload_time2023-12-05 12:23:01
maintainer
docs_urlNone
authorneptune.ai
requires_python>=3.7,<4.0
licenseApache-2.0
keywords mlops ml experiment tracking ml model registry ml model store ml metadata store
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Neptune + MLflow integration

Neptune is a lightweight experiment tracker that offers a single place to track, compare, store, and collaborate on experiments and models. 

This integration lets you enjoy tracking and reproducibility of MLflow with the organization and collaboration of Neptune. You can have your MLflow experiment runs hosted in a knowledge repo where you can invite and manage project contributors, while not having to change your MLflow logging code.

Should you wish to switch to Neptune, you can migrate your MLflow data to Neptune with the exporter tool.

## What will you get with this integration?

- A **plugin** which you can use to send your MLflow-logged metadata to Neptune with the help of a tracking URI.
- An **exporter** for migrating existing MLflow experiments to your Neptune project.

## Resources

* [Documentation](https://docs.neptune.ai/integrations/mlflow)
* [Code examples on GitHub](https://github.com/neptune-ai/examples/blob/main/integrations-and-supported-tools/mlflow/scripts)
* [Run logged in the Neptune app](https://app.neptune.ai/o/common/org/mlflow-integration/runs/details?viewId=standard-view&detailsTab=metadata&shortId=MLFLOW-515&type=run)
* [Run example in Google Colab](https://colab.research.google.com/github/neptune-ai/examples/blob/main/integrations-and-supported-tools/mlflow/notebooks/Neptune_Mlflow.ipynb)

## Example

On the command line:

```
pip install neptune-mlflow
```

Send your MLflow-logged metadata to Neptune (in Python):

```python
import mlflow
from neptune_mlflow_plugin import create_neptune_tracking_uri

# Create a Neptune tracking URI
neptune_uri = create_neptune_tracking_uri(
    api_token=ANONYMOUS_API_TOKEN,  # Set as environment variable or replace with your own token
    project="common/mlflow-integration",  # Set as environment variable or replace with your own project
    tags=["mlflow", "plugin"],  # (optional) use your own
)

mlflow.set_tracking_uri(neptune_uri)

with mlflow.start_run():
    ...
```

Export existing MLflow runs to Neptune:

```
neptune mlflow --project your-neptune-workspace/your-neptune-project
```

## Support

If you got stuck or simply want to talk to us, here are your options:

* Check our [FAQ page](https://docs.neptune.ai/getting_help)
* You can submit bug reports, feature requests, or contributions directly to the repository
* Chat! When in the Neptune application click on the blue message icon in the bottom-right corner and send a message. A real person will talk to you ASAP (typically very ASAP)
* You can just shoot us an email at support@neptune.ai


            

Raw data

            {
    "_id": null,
    "home_page": "https://neptune.ai/",
    "name": "neptune-mlflow",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "MLOps,ML Experiment Tracking,ML Model Registry,ML Model Store,ML Metadata Store",
    "author": "neptune.ai",
    "author_email": "contact@neptune.ai",
    "download_url": "https://files.pythonhosted.org/packages/0c/4e/7d9d67769c72876092bf5fb6bf9a6c422fba04cf2dfdb99b4bcdd5e3d4a6/neptune_mlflow-1.1.1.tar.gz",
    "platform": null,
    "description": "# Neptune + MLflow integration\n\nNeptune is a lightweight experiment tracker that offers a single place to track, compare, store, and collaborate on experiments and models. \n\nThis integration lets you enjoy tracking and reproducibility of MLflow with the organization and collaboration of Neptune. You can have your MLflow experiment runs hosted in a knowledge repo where you can invite and manage project contributors, while not having to change your MLflow logging code.\n\nShould you wish to switch to Neptune, you can migrate your MLflow data to Neptune with the exporter tool.\n\n## What will you get with this integration?\n\n- A **plugin** which you can use to send your MLflow-logged metadata to Neptune with the help of a tracking URI.\n- An **exporter** for migrating existing MLflow experiments to your Neptune project.\n\n## Resources\n\n* [Documentation](https://docs.neptune.ai/integrations/mlflow)\n* [Code examples on GitHub](https://github.com/neptune-ai/examples/blob/main/integrations-and-supported-tools/mlflow/scripts)\n* [Run logged in the Neptune app](https://app.neptune.ai/o/common/org/mlflow-integration/runs/details?viewId=standard-view&detailsTab=metadata&shortId=MLFLOW-515&type=run)\n* [Run example in Google Colab](https://colab.research.google.com/github/neptune-ai/examples/blob/main/integrations-and-supported-tools/mlflow/notebooks/Neptune_Mlflow.ipynb)\n\n## Example\n\nOn the command line:\n\n```\npip install neptune-mlflow\n```\n\nSend your MLflow-logged metadata to Neptune (in Python):\n\n```python\nimport mlflow\nfrom neptune_mlflow_plugin import create_neptune_tracking_uri\n\n# Create a Neptune tracking URI\nneptune_uri = create_neptune_tracking_uri(\n    api_token=ANONYMOUS_API_TOKEN,  # Set as environment variable or replace with your own token\n    project=\"common/mlflow-integration\",  # Set as environment variable or replace with your own project\n    tags=[\"mlflow\", \"plugin\"],  # (optional) use your own\n)\n\nmlflow.set_tracking_uri(neptune_uri)\n\nwith mlflow.start_run():\n    ...\n```\n\nExport existing MLflow runs to Neptune:\n\n```\nneptune mlflow --project your-neptune-workspace/your-neptune-project\n```\n\n## Support\n\nIf you got stuck or simply want to talk to us, here are your options:\n\n* Check our [FAQ page](https://docs.neptune.ai/getting_help)\n* You can submit bug reports, feature requests, or contributions directly to the repository\n* Chat! When in the Neptune application click on the blue message icon in the bottom-right corner and send a message. A real person will talk to you ASAP (typically very ASAP)\n* You can just shoot us an email at support@neptune.ai\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "neptune.ai MLflow integration library",
    "version": "1.1.1",
    "project_urls": {
        "Documentation": "https://docs.neptune.ai/integrations/mlflow/",
        "Homepage": "https://neptune.ai/",
        "Repository": "https://github.com/neptune-ai/neptune-mlflow",
        "Tracker": "https://github.com/neptune-ai/neptune-mlflow/issues"
    },
    "split_keywords": [
        "mlops",
        "ml experiment tracking",
        "ml model registry",
        "ml model store",
        "ml metadata store"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4a0c79a0ecb8bf049988090b9214b486c092934193aca0e65c6cf1dbde0cc64",
                "md5": "710df50913ac1086c209bded6bb795d1",
                "sha256": "db653ceecbb007cd120333e41c8b26d53a21ab9762e9c215005f1b293dfce301"
            },
            "downloads": -1,
            "filename": "neptune_mlflow-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "710df50913ac1086c209bded6bb795d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 24995,
            "upload_time": "2023-12-05T12:22:59",
            "upload_time_iso_8601": "2023-12-05T12:22:59.698766Z",
            "url": "https://files.pythonhosted.org/packages/a4/a0/c79a0ecb8bf049988090b9214b486c092934193aca0e65c6cf1dbde0cc64/neptune_mlflow-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c4e7d9d67769c72876092bf5fb6bf9a6c422fba04cf2dfdb99b4bcdd5e3d4a6",
                "md5": "e1b95e0ba27d614709e7a893b9051f4c",
                "sha256": "ab470a016a767ea861aea4b67f408e9f7ab61023755df18bbbaa89642f9957de"
            },
            "downloads": -1,
            "filename": "neptune_mlflow-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e1b95e0ba27d614709e7a893b9051f4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 16146,
            "upload_time": "2023-12-05T12:23:01",
            "upload_time_iso_8601": "2023-12-05T12:23:01.682928Z",
            "url": "https://files.pythonhosted.org/packages/0c/4e/7d9d67769c72876092bf5fb6bf9a6c422fba04cf2dfdb99b4bcdd5e3d4a6/neptune_mlflow-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-05 12:23:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "neptune-ai",
    "github_project": "neptune-mlflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "neptune-mlflow"
}
        
Elapsed time: 0.16895s