Introduction
- Configure mlflow
- Version parameters
- Version datasets
- What is artifact tracking?
- How to version data in a kedro project?
- Frequently asked questions
- Can I pass extra parameters to the
MlflowArtifactDataset
for finer control? - Can I use the
MlflowArtifactDataset
in interactive mode? - How do I upload an artifact to a non local destination (e.g. an S3 or blog storage)?
- Can I log an artifact in a specific run?
- Can I reload an artifact from an existing run to use it in another run ?
- Can I create a remote folder/subfolders architecture to organize the artifacts?
- Can I pass extra parameters to the
- Version models
- Version metrics
- Open the User Interface