Skip to content

owolabiadebayo/Analysis-US-pumpkin-Using-Logistic-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis US pumpkin Using Logistic Regression

l/l regression

Prerequisite

Having worked with the pumpkin data, we are now familiar enough with it to realize that there's one binary category that we can work with: Color.

Let's build a logistic regression model to predict that, given some variables, what color a given pumpkin is likely to be (orange 🎃 or white 👻).

First We tidy up our Pumpkin Data

Visualization - side-by-side grid using seaborn

Use a swarm plot swarm Use violin plot violin

Build model

Building a model to find these binary classification is surprisingly straightforward in Scikit-learn.

using Sklearn models

About

Analysis-US-pumpkin-Using-Logistic-Regression using scikitlearn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published