Skip to content

CS-433/ml-project-1-sophon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

REPOSITORY STRUCTURE

Repository Structure

├─── .ipynb_checkpoints/
├─── .jupyter/
│    └─── desktop-workspaces/
├─── dataset/
│    ├─── x_train.csv
│    ├─── x_test.csv
│    ├─── y_train.csv
│    └─── y_test.csv
├─── __pycache__/
├─── implementations.py
├─── helpers.py
├─── run.ipynb
└─── submission-logistic_regression.csv

The datset is stored in the dataset folder in the files x_train, x_test, y_train...

HOW TO RUN OUR PROJECT

To run our projects, you simply need to go through the notebook run.ipynb cells in the chronological order. The implementations are in the implementations.py file. We use some functions from the helpers.py provided for the labs. The submission-logistic_regerssion.csv file contains the last prediction made by the model

About

ml-project-1-sophon created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published