Skip to content

crosstherubicon/SVM_and_Discriminant_Analysis_methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support Vector Machine and other Discriminant Analysis methods

There are two codes one for classification and the other for regression. If the label is continuous it is called a regression problem, if it categorical it is a classification problem. Here the Diabetes dataset is for classification because it has many columns such as age, sex, BMI... which is a categorical dataset. Whilst, wine quality is a continuous dataset with the quality of wine in different times.