Skip to content

Commit d91f256

Browse files
authored
Merge pull request #115 from open-source-labs/update-readme
Updated README.md for NPM
2 parents f28cf7e + 79e13e4 commit d91f256

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

mlflow/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
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.
66

7+
Note: MLflow.js is a community-maintained project and is not affiliated with or endorsed by Databricks or the official MLflow maintainers.
8+
79
# Install
810

911
```bash

mlflow/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mlflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mlflow-js",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "JavaScript library for MLflow",
55
"homepage": "https://www.mlflow-js.org/",
66
"repository": {

0 commit comments

Comments
 (0)