Skip to content

Commit

Permalink
📝 Fix broken link to deprecated Journal (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Galileo-Galilei committed Jul 19, 2021
1 parent dc1ddf6 commit 0dc54d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/01_introduction/01_introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ We discuss hereafter how the two libraries compete on the different functionalit
### Versioning: Kedro 1 - 1 Mlflow

The ``Kedro`` [``Journal`` aims at reproducibility](https://kedro.readthedocs.io/en/latest/kedro.versioning.Journal.html), but is not focused on machine learning. The `Journal` keeps track of two elements:
The ``Kedro`` [``Journal`` aims at reproducibility](https://kedro.readthedocs.io/en/latest/kedro.versioning.journal.Journal.html), but is not focused on machine learning. The `Journal` keeps track of two elements:

- the CLI arguments, including *on the fly* parameters. This makes the command used to run the pipeline fully reproducible.
- the ``AbstractVersionedDataSet`` for which versioning is activated. It consists in copying the data whom ``versioned`` argument is ``True`` when the ``save`` method of the ``AbstractVersionedDataSet`` is called.
Expand Down

0 comments on commit 0dc54d3

Please sign in to comment.