Skip to content

saali96/Scikit-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scikit Classification

This repository contains a comparative analysis of different classification algorithms using scikit-learn. The algorithms tested include decision trees, logistic regression, and linear support vector classifiers. The program performs preprocessing on the data, including imputing null values, checking for null and duplicate values, normalizing the data, and splitting into train and test sets. The program then trains and compares the models using various evaluation metrics, including the confusion matrix, precision, recall, F1 score, accuracy, and mean squared error. The program is designed to provide insight into the strengths and weaknesses of each model and to help determine the best algorithm for a given classification task.

About

This is a comparative analysis on 3 classification techniques using scikit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors