Skip to content

blu3r4y/lec-data-challenge-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Blue Pressure - LEC Data Challenge 2021

License

This is the source code of 🔵 Team Blue Pressure for the LEC Data Challenge 2021.

Installation

Create the conda environment, install kedro, and let it install all the other dependencies.

conda create -n ldc2021 python=3.8 conda-forge::kedro=0.17.4
conda activate ldc2021
kedro install

Usage

Run the following pipelines to compute the data

kedro run --parallel --pipeline clean
kedro run --parallel --pipeline features

Run any of the models

kedro run --pipeline ridge
kedro run --pipeline mlp