Skip to content

Commit 116adb1

Browse files
docs: update MLflow docs to use spaceflights-pandas starter (#5399)
The `spaceflights-pandas-viz` starter is no longer available. Update the MLflow integration documentation to reference `spaceflights-pandas` instead. Signed-off-by: Vedant Madane <vedantnm@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d25c210 commit 116adb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations-and-plugins/mlflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ For example, you can log metrics, parameters, and artifacts from your Kedro pipe
1111

1212
You will need the following:
1313

14-
- A working Kedro project in a virtual environment. The examples in this document assume the `spaceflights-pandas-viz` starter. If you're unfamiliar with the Spaceflights project, check out [our tutorial](../tutorials/spaceflights_tutorial.md).
14+
- A working Kedro project in a virtual environment. The examples in this document assume the `spaceflights-pandas` starter. If you're unfamiliar with the Spaceflights project, check out [our tutorial](../tutorials/spaceflights_tutorial.md).
1515
- The MLflow client installed into the same virtual environment. For the purposes of this tutorial,
1616
you can use [MLflow](https://mlflow.org/docs/latest/)`in its simplest configuration <tracking>`.
1717

1818
To set yourself up, create a new Kedro project:
1919

2020
```
21-
$ kedro new --starter=spaceflights-pandas-viz --name spaceflights-mlflow
21+
$ kedro new --starter=spaceflights-pandas --name spaceflights-mlflow
2222
$ cd spaceflights-mlflow
2323
$ python -m venv && source .venv/bin/activate
2424
(.venv) $ pip install -r requirements.txt

0 commit comments

Comments
 (0)