diff --git a/mlflow/README.md b/mlflow/README.md index 3efb7025..3dae39e9 100644 --- a/mlflow/README.md +++ b/mlflow/README.md @@ -4,6 +4,8 @@ A JavaScript library designed to provide seamless integration with MLflow's REST API. This package offers access to all the essential endpoints for both the MLflow Tracking Server and Model Registry, along with high-level abstraction workflows, enabling efficient management of machine learning experiments and model lifecycle. +Note: MLflow.js is a community-maintained project and is not affiliated with or endorsed by Databricks or the official MLflow maintainers. + # Install ```bash diff --git a/mlflow/package-lock.json b/mlflow/package-lock.json index bb7b2355..e9b5a45a 100644 --- a/mlflow/package-lock.json +++ b/mlflow/package-lock.json @@ -1,12 +1,12 @@ { "name": "mlflow-js", - "version": "1.0.1", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mlflow-js", - "version": "1.0.1", + "version": "1.0.3", "license": "MIT", "dependencies": { "@tensorflow/tfjs-node": "^4.22.0", diff --git a/mlflow/package.json b/mlflow/package.json index 516b0b89..1edace88 100644 --- a/mlflow/package.json +++ b/mlflow/package.json @@ -1,6 +1,6 @@ { "name": "mlflow-js", - "version": "1.0.1", + "version": "1.0.3", "description": "JavaScript library for MLflow", "homepage": "https://www.mlflow-js.org/", "repository": {