Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ Here is an example of how to use the <i>mlflow.js</i> library to create an exper
import Mlflow from 'mlflow-js';

// Initialize the MLflow client
// If your tracking server requires a token please also set env variable MLFLOW_TRACKING_TOKEN
// export MLFLOW_TRACKING_TOKEN = "{token}"
const mlflow = new Mlflow(process.env.MLFLOW_TRACKING_URI);

// Create a new experiment
Expand Down
6 changes: 5 additions & 1 deletion mlflow/lib/utils/apiRequest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.