jariel17 / manejo_de_rutas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manejo de rutas

By: jariel17.

Version: 0.1.0

1

Prerequisites

Create environment

conda env create -f environment.yml
activate manejo_de_rutas

or

mamba env create -f environment.yml
activate manejo_de_rutas

Project organization

manejo_de_rutas
    ├── data
    │   ├── processed      <- The final, canonical data sets for modeling.
    │   └── raw            <- The original, immutable data dump.
    │
    ├── notebooks          <- Jupyter notebooks. Naming convention is a number (for ordering),
    │                         the creator's initials, and a short `-` delimited description, e.g.
    │                         `1.0-jvelezmagic-initial-data-exploration`.
    │
    ├── .gitignore         <- Files to ignore by `git`.
    │
    ├── environment.yml    <- The requirements file for reproducing the analysis environment.
    │
    └── README.md          <- The top-level README for developers using this project.

Project created for demonstration purposes for the course "Personalización Avanzada de Entorno para ciencia de Datos" by Platzi - @jvelezmagic.

About


Languages

Language:Jupyter Notebook 100.0%