Skip to content

Commit

Permalink
Clarify mlflow docs
Browse files Browse the repository at this point in the history
  • Loading branch information
debrevitatevitae committed Jul 17, 2024
1 parent b018e0e commit 243366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/qml/ml_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export MLFLOW_EXPERIMENT=test_experiment
export MLFLOW_RUN_NAME=run_0
```

If no tracking URI is provided, mlflow stores runs and artifacts in the local `./mlflow` directory and if no names are defined, the experiment and run will be named with random UUIDs.
If no tracking URI is provided, mlflow stores run information and artifacts in the local `./mlflow` directory and if no names are defined, the experiment and run will be named with random UUIDs.

### Setup
Let's do the necessary imports and declare a `DataLoader`. We can already define some hyperparameters here, including the seed for random number generators. mlflow can log hyperparameters with arbitrary types, for example the observable that we want to monitor (`Z` in this case, which has a `qadence.Operation` type).
Expand Down

0 comments on commit 243366c

Please sign in to comment.