vsha96 / mllib

Machine Learning in Haskell
BSD 3-Clause "New" or "Revised" License
29 stars 1 forks source link

Add nearest centroid configuration #25

Closed s1m0000n closed 8 months ago

s1m0000n commented 1 year ago

Working on #8

s1m0000n commented 1 year ago

This PR would also require to fix merge conflicts after #24 is merged. After this is merged, we could remove Metric from Model

vsha96 commented 1 year ago

It's great that I've redone the tests as well 👍

vsha96 commented 1 year ago

This PR would also require to fix merge conflicts after #24 is merged. After this is merged, we could remove Metric from Model

For now, you don't need to change Model at all It must be as one solid interface for all models, but probably I will remake it completely