Skip to content

This is the repository to process a small e-commerce dataset and train a logistic regression model for classification.

Notifications You must be signed in to change notification settings

nobody910/e-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

e-commerce

This is the repository to process a small e-commerce dataset and train a logistic regression model for classification.

Run main.py to get the following results:

accuracy: 0.98

precision: 1.0

recall: 0.9633507853403142

f1 score: 0.9813333333333333

confusion matrix:

[[1. 0. ] [0.03664921 0.96335079]]

About

This is the repository to process a small e-commerce dataset and train a logistic regression model for classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages