lachhebo / certif-politique

entre le 1er ministre et le président

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

certification IA aviation 🤓

This repository contains the machine learning toolkit used for aviation delay regression. It contains:

  • exploration notebooks
  • training pipelines
  • prediction pipelines
  • retraining pipelines

all codes are industralised apart exploration notebooks.

laptop setup

To work on the project, you need:

  1. install docker
  2. install poetry
  3. install depencency in the project by running the command 'poetry install'

Done !! 🥳

Now to work correctly, take a look at the most useful commands in the Makefile

contributing

to setup your workstation the first time you start working on this repository, setup pre-commit with:

make setup

to install dependencies on the python environment (and create the env if needed), run

make install

to run tests, run:

make test

to build the docker image (the artifact), run:

make build

to start the api, run:

make run

to start a container with our docker image, run ,

make serve

take a look at the CONTRIBUTING.md for more information about our workflow

happy coding 🔥🎉👨‍💻

what else

You need more data, take a look at those sources:

documentation:

entre le 1er ministre et le président

About

entre le 1er ministre et le président


Languages

Language:Jupyter Notebook 96.2%Language:Python 3.5%Language:HTML 0.2%Language:Dockerfile 0.0%Language:Makefile 0.0%Language:Ruby 0.0%