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

feat: Add KNN Classifier #20

Merged
merged 16 commits into from
Nov 14, 2023
Merged

feat: Add KNN Classifier #20

merged 16 commits into from
Nov 14, 2023

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    d214255 View commit details
    Browse the repository at this point in the history
  2. style: edit linter rules

    cmnemoi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4ce8dd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9f1a41 View commit details
    Browse the repository at this point in the history
  4. chore: Bump version to 0.5.0

    cmnemoi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2392a35 View commit details
    Browse the repository at this point in the history
  5. style: apply linter fixes

    cmnemoi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e827269 View commit details
    Browse the repository at this point in the history
  6. feat: add KNN for k=1

    cmnemoi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f005d27 View commit details
    Browse the repository at this point in the history
  7. style: adapt linter

    cmnemoi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6d36e79 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9feb20e View commit details
    Browse the repository at this point in the history
  9. style: apply linter fixes

    cmnemoi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f37f0db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    110eecd View commit details
    Browse the repository at this point in the history
  11. feat: add support for any K

    cmnemoi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2c4a7d1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e209c2 View commit details
    Browse the repository at this point in the history
  13. feat: Add euclidian distance

    cmnemoi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    82a8f31 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b4def1f View commit details
    Browse the repository at this point in the history
  15. style: apply linter fixes

    cmnemoi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8c54fac View commit details
    Browse the repository at this point in the history
  16. chore: remove notebook

    cmnemoi committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    15020d3 View commit details
    Browse the repository at this point in the history