Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 311 Bytes

Wine-Classifier

Wine Classification using KNN with Nested Cross-Validation

This classifier uses K-nearest Neighbours to classify wine. Model is trained on the Wine dataset: - sklearn.datasets.load_wine(*, return_X_y=False, as_frame=False)

Hyperparameter tuning is done using Nested Cross Validation