File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6969p = plot ()
7070
7171# Create MLFlow instance
72- mlf = MLFlow (" http://localhost:5000" )
72+ mlf = MLFlow (" http://localhost:5000/api " )
7373
7474# Initiate new experiment
7575experiment_id = createexperiment (mlf; name= " price-paths" )
@@ -118,4 +118,4 @@ This will result in the folowing experiment created in your `MLFlow` which is ru
118118
119119You can also observe series logged against individual metrics, i.e. ` pricepath1 ` looks like this in ` MLFlow ` :
120120
121- ![ ] ( mlflowexpmetric1.png )
121+ ![ ] ( mlflowexpmetric1.png )
Original file line number Diff line number Diff line change 1818p = plot ()
1919
2020# Create MLFlow instance
21- mlf = MLFlow (" http://localhost:5000" )
21+ mlf = MLFlow (" http://localhost:5000/api " )
2222
2323# Initiate new experiment
2424experiment_id = createexperiment (mlf; name= " price-paths" )
You can’t perform that action at this time.
0 commit comments