Skip to content

We show how to load, train, and predict with the Sklearn logistic regression module.

Notifications You must be signed in to change notification settings

TheDataJocks/Sklearn-Logistic-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains a Jupyter notebook showing how to build a basic Sklearn logistic regression model. We use this algorithm to make predictions related to NFL historical betting lines. In particular, our goal is to estimate the probability that a team with a given line wins a particular game.

Contents

Logistic Regression Example -- .ipynb -- A Jupyter Notebook containing the example code

data -- .csv -- a comma separated value file containing data about past NFL games

conversions -- .csv -- a comma separated value file containing the conversions between NFL teams' long-form names and their three letter abbreviations

An article accompanying this repo can be found at TheDataJocks.com/sklearn-logistic-regression-example

About

We show how to load, train, and predict with the Sklearn logistic regression module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published