PaolaRondon / Biomol_classifier

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Create the linear classifier using cross-validation with and without the zero features #6

Closed PaolaRondon closed 4 years ago

PaolaRondon commented 4 years ago

Create two linear classifier using the 10-fold cross-validation technique. The first one with all the features that you have been using, and the second without the zero-weighted features.

Noczio commented 4 years ago

Done, somehow the dataset with weight zero features comes up with a better score. Next time we should try k-nearest neighbours