Skip to content

Add Tracking token #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
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.