You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -128,7 +128,7 @@ and you would be able to preview it in the MLflow web UI:
128
128
it's probably because you had already executed `kedro run` while the dataset was marked as `versioned: true`.
129
129
The solution is to clean up the old `data/08_reporting/dummy_confusion_matrix.png` directory.
130
130
131
-
Check out {external+kedro-mlflow:doc}`the official kedro-mlflow documentation on versioning Kedro datasets <source/04_experimentation_tracking/03_version_datasets>`
131
+
Check out [the official kedro-mlflow documentation on versioning Kedro datasets](https://kedro-mlflow.readthedocs.io/en/stable/source/03_experiment_tracking/01_experiment_tracking/03_version_datasets.html)
132
132
for more information.
133
133
134
134
### Model registry in MLflow using `kedro-mlflow`
@@ -142,6 +142,8 @@ For example, if you have a dataset corresponding to a scikit-learn model,
142
142
you can change it as follows:
143
143
144
144
```diff
145
+
# conf/base/catalog.yml
146
+
145
147
regressor:
146
148
- type: pickle.PickleDataset
147
149
- filepath: data/06_models/regressor.pickle
@@ -158,6 +160,8 @@ If you also want to _register_ it
0 commit comments