From 20793a85523a7e1ad0934b45e8faa72600c9e55d Mon Sep 17 00:00:00 2001 From: gwen Date: Fri, 25 Aug 2023 11:01:50 +0200 Subject: [PATCH] data orientation --- source/data.rst | 1 + source/{kedro.rst => data_orientation.rst} | 3 +++ source/index.rst | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) rename source/{kedro.rst => data_orientation.rst} (99%) diff --git a/source/data.rst b/source/data.rst index 085bafe..b1c2da2 100644 --- a/source/data.rst +++ b/source/data.rst @@ -6,4 +6,5 @@ Les données du projet `actes princiers` data_description data_organisation + data_orientation xml diff --git a/source/kedro.rst b/source/data_orientation.rst similarity index 99% rename from source/kedro.rst rename to source/data_orientation.rst index c341170..de6f9e1 100644 --- a/source/kedro.rst +++ b/source/data_orientation.rst @@ -74,6 +74,9 @@ Un datascience framework, plutôt : bien en parallèle, ces actions sont dépendantes les unes des autres et sont encapsulées dans des nodes. +L'outil kedro +----------------- + `Voici la définition d'un pipeline d'après kedro `_ : A pipeline organises the dependencies and execution order of a collection of nodes and connects inputs and outputs while keeping your code modular. The pipeline determines the node execution order by resolving dependencies and does not necessarily run the nodes in the order in which they are passed in. diff --git a/source/index.rst b/source/index.rst index 8f7f3bb..6004254 100644 --- a/source/index.rst +++ b/source/index.rst @@ -5,7 +5,6 @@ Projet Actes Princiers :maxdepth: 1 data - kedro install pipeline coding_standards