Skip to content

How do I integrate this into an exisiting kedro project? #308

Answered by Galileo-Galilei
Jason-F asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Jason-F, there are a lot of features but the most basic way is to use kedro-mlflow for tracking parameters.

You can use the following code:

pip install kedro-mlflow
kedro mlflow init
kedro run

That's all you need to start. You can see your runs by opening the mlflow ui with kedro mlflow ui.

You may have experienced issues in the past few days if your project is created with kedro==0.18.1. Just upgrade to kedro-mlflow ==0.10.0 that I have jsut released on PyPI and you should be fine.

If you still experience issues, can you show me the error message, and the python / os / kedro / kedro-mlflow versions you are using?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Galileo-Galilei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants