Why is not recommended to use mlflow on notebook?

Viewed 34

It is recommended to use mlflow on .py file instead of a jupyter nootebook. Why?

If I use it directly on the notebook, will I have problems in the future?

1 Answers

It’s works fine in a notebook, in fact that’s where it’s arguably the most helpful. If you use it in a notebook, you will have no problems in the future.

Related