Skip to content

ArthurCrespy/dslr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation


42

dslr

Datascience X Logistic Regression

Harry Potter and a Data Scientist

Language: Python Lines of code GitHub last commit GitHub watchers Result: 125/100

IntroductionHow To UseDescriptionAbout 42 CursusRelatedLicense

Introduction

How To Use

To clone and run this project, you'll need Git, Python installed on your computer. From your command line:

# Clone this repository via HTTPS
$ git clone https://github.com/ArthurCrespy/dslr
# OR clone this repository via SSH
$ git clone git@github.com:ArthurCrespy/dslr.git

# Go into the repository
$ cd dslr/files

# Train the model
$ logreg_train.py datasets/dataset_train.csv

# Output the results 
$ logreg_predict.py datasets/dataset_test.csv
$ cat houses.csv

Description

The project, "DataScience X Logistic Regression: Harry Potter and a Data Scientist," tasks participants with building a logistic regression-based classifier to restore the magical Sorting Hat and classify Hogwarts students into their respective houses. It involves exploratory data analysis, custom data visualization (histograms, scatter plots, pair plots), and the implementation of a multi-class logistic regression model using gradient descent.

About 42 Cursus

IA project. Advanced version of ft_linear_regression!

You may also like...

License

For now, all rights are reserved.


Made by ArthurCrespy 42 Website
Github @Thur' | LinkedIn @Arthur Crespy | Instagram @crespyarthur

About

Harry Potter and a Data Scientist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages