HerySon / teaching_ml_2023

Final class project on Open Food Fact dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project description

This is the final project for my machine learning class

Content directories

  • data: store here your small additional datasets (<50Mo)
  • models : store your trained models
  • tests: store here your code dedicated to small tests
  • notebooks: store here your notebooks dedicated to analyses
  • scripts: store here your code structured as python packages for automation of your workflow
  • results : store here your results (pictures, model performance, ... )

Steps to start working on the project

  • Create a new virtual environment and activate it :

with pyenv virtualenv:

	pyenv virtualenv clustering_OFF && pyenv activate clustering_OFF

or conda:

	conda clustering_OFF && conda activate clustering_OFF
  • Install required librairies :
  	pip install -r requirements

While you work on the project, don't forget to update therequirements.txt

About

Final class project on Open Food Fact dataset


Languages

Language:Python 81.7%Language:Jupyter Notebook 17.8%Language:Makefile 0.5%