Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kNN classification #300

Closed
bvenn opened this issue Sep 21, 2023 · 1 comment · Fixed by #310
Closed

kNN classification #300

bvenn opened this issue Sep 21, 2023 · 1 comment · Fixed by #310
Labels
Difficulty: Intermediate Hackathon projects with intermediate difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: In Progress

Comments

@bvenn
Copy link
Member

bvenn commented Sep 21, 2023

Description

KNN which stand for K Nearest Neighbor is a Supervised Machine Learning algorithm that classifies a new data point into the target class, depending on the features of its neighboring data points.
[1]

References

Pointers

  • A new Classification folder can be added to the FSharp.Stats.ML namespace. There you can create a KNN.fs source file and add the implementation according to its analogs in R or python.
  • Of course you can start developing in notebooks/scripts and afterwards we try to incorporate into the library.
@bvenn bvenn added Difficulty: Intermediate Hackathon projects with intermediate difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: Available labels Sep 21, 2023
@s-weil
Copy link
Contributor

s-weil commented Oct 6, 2023

I'd be happy to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Intermediate Hackathon projects with intermediate difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: In Progress
Projects
Status: Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants