Skip to content

Commit 828553c

Browse files
committed
small change for demo
1 parent b18cf18 commit 828553c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mlflow/examples/LinearRegressionExample.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,7 @@ async function main() {
169169
console.log(`MLflow Experiment ID: ${experimentId}`);
170170

171171
// Create run
172-
const run = await mlflow.createRun(
173-
experimentId,
174-
'Simple Linear Regression'
175-
);
172+
const run = await mlflow.createRun(experimentId);
176173
const runId = run.info.run_id;
177174
console.log(`MLflow Run ID: ${runId}`);
178175

0 commit comments

Comments
 (0)