Skip to content

palaforcade/ms-e226-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ms-e226-project

Stanford's MS&E 226 class project [Pierre-Amaury Laforcade & Axel Durand-Allizé]

Project setup

This project uses Poetry to manage its dependencies. To set the project up if you haven't used poetry before, run the following commands, after making sure you use a version of python that's compatible with the project (see pyproject.toml)

pip install poetry 
poetry install --no-root

After that, you need to activate the virtual environment to run the python tasks with the poetry shell. For that, run the following command:

poetry shell

Run the model tasks

To run the different tasks, you can use the following commands - you put the data folder at the root of the repo

Preprocessing

python core/__main__.py --task preprocessing --data-folder data

Exploration

python core/__main__.py --task exploration --data-folder data

Regression

python core/__main__.py --task regression --data-folder data

Classification

python core/__main__.py --task classification --data-folder data

About

Stanford's MS&E 226 class project [Pierre-Amaury Laforcade & Axel Durand-Alizé]

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages