Skip to content

ChariseWalraven/ml-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanic ML Playground

Codebase to practice Linear and Logistic Regression using scikit and the Titanic dataset.

Goals

  • Linear Regression w scikit
  • Logistic Regression w scikit

To Do

  • Make conda env
    • Use environment.yml file, see if that resolves requirement.txt issues as well as something like poetry or pixi (Not doing this)
    • Python version? (3.12.7)
  • Install packages
    • Scikit
    • Other? See as you go
  • Add dataset
  • Find better dataset for linear regression (titanic good for logistic regression)
  • Use sk-learn to run linear regression on dataset

Notes & Tips

Dataset

Titanic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages