data orientation

main
gwen 3 years ago
parent 2c022deaf4
commit 20793a8552

@ -6,4 +6,5 @@ Les données du projet `actes princiers`
data_description data_description
data_organisation data_organisation
data_orientation
xml xml

@ -74,6 +74,9 @@ Un datascience framework, plutôt :
bien en parallèle, ces actions sont dépendantes les unes des autres bien en parallèle, ces actions sont dépendantes les unes des autres
et sont encapsulées dans des nodes. et sont encapsulées dans des nodes.
L'outil kedro
-----------------
`Voici la définition d'un pipeline d'après kedro <https://docs.kedro.org/en/stable/get_started/kedro_concepts.html#pipeline>`_ : `Voici la définition d'un pipeline d'après kedro <https://docs.kedro.org/en/stable/get_started/kedro_concepts.html#pipeline>`_ :
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. 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.

@ -5,7 +5,6 @@ Projet Actes Princiers
:maxdepth: 1 :maxdepth: 1
data data
kedro
install install
pipeline pipeline
coding_standards coding_standards

Loading…
Cancel
Save