matheus695p / kedro-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

kedro-test

Probando kedro.

Documentacion Kedro

Arbol

├── README.md
├── documents
├── orquestrator.py
└── src
    ├── __init__.py
    ├── cleaning
    │   ├── __init__.py
    │   └── clean.py
    ├── inference
    │   ├── __init__.py
    │   └── predict.py
    ├── monitoring
    │   ├── __init__.py
    │   └── monitor.py
    └── preprocessing
        ├── __init__.py
        └── preprocess.py

About


Languages

Language:Python 100.0%