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 69
69
p = plot ()
70
70
71
71
# Create MLFlow instance
72
- mlf = MLFlow (" http://localhost:5000" )
72
+ mlf = MLFlow (" http://localhost:5000/api " )
73
73
74
74
# Initiate new experiment
75
75
experiment_id = createexperiment (mlf; name= " price-paths" )
@@ -118,4 +118,4 @@ This will result in the folowing experiment created in your `MLFlow` which is ru
118
118
119
119
You can also observe series logged against individual metrics, i.e. ` pricepath1 ` looks like this in ` MLFlow ` :
120
120
121
- ![ ] ( mlflowexpmetric1.png )
121
+ ![ ] ( mlflowexpmetric1.png )
Original file line number Diff line number Diff line change 18
18
p = plot ()
19
19
20
20
# Create MLFlow instance
21
- mlf = MLFlow (" http://localhost:5000" )
21
+ mlf = MLFlow (" http://localhost:5000/api " )
22
22
23
23
# Initiate new experiment
24
24
experiment_id = createexperiment (mlf; name= " price-paths" )
You can’t perform that action at this time.
0 commit comments