Skip to content

techguy-bhushan/Machine-Learning-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Machine-Learning-Classifier

Logistic regressing and KNeighbors Classifier

In machine learning and statistics, classification is the problem of identifying to which of a set of categories (sub-populations) a new observation belongs, on the basis of a training set of data containing observations (or instances) whose category membership is known.

Here we have using sklearn python lib for Logistic regressing and KNeighbors Classifier, We are testing both of classifier with iris flower dataset

With the help of metrics.accuracy_score we will the calculate the accuracy of Logistic regressing and KNeighbors Classifier for iris dataset, also here split irsh dataset for test with cross validation and then check the accuracy of both classifier.

About

Logistic regressing and KNeighbors Classifier with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published