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

[enhancement] WIP new finite checking in SVM algorithms #2209

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from

Commits on Dec 4, 2024

  1. first steps

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    1ebc83c View commit details
    Browse the repository at this point in the history
  2. remove SVMType entirely

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    6ba816c View commit details
    Browse the repository at this point in the history
  3. movement?

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    b2f1bd7 View commit details
    Browse the repository at this point in the history
  4. centralize predict

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    66cac25 View commit details
    Browse the repository at this point in the history
  5. further removal

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    1b3e266 View commit details
    Browse the repository at this point in the history
  6. further removal

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    8686d56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01ac923 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6a5c6e View commit details
    Browse the repository at this point in the history
  9. centralization

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    9301fbb View commit details
    Browse the repository at this point in the history
  10. swap score information

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    66dc249 View commit details
    Browse the repository at this point in the history
  11. further fixes

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    2567022 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    94b7452 View commit details
    Browse the repository at this point in the history
  13. make modifications to tests

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    fd11f04 View commit details
    Browse the repository at this point in the history
  14. ravels

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    2ceccf7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    806f372 View commit details
    Browse the repository at this point in the history
  16. formatting

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    6d863fb View commit details
    Browse the repository at this point in the history
  17. last fixes of the day

    icfaust committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    32e8754 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Update test_nusvc.py

    icfaust authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    e2aabde View commit details
    Browse the repository at this point in the history
  2. Update _common.py

    icfaust authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    02dce05 View commit details
    Browse the repository at this point in the history
  3. make similar to previous

    icfaust committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    7cee399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0f941e View commit details
    Browse the repository at this point in the history
  5. forgot about regression

    icfaust committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    b29c1c6 View commit details
    Browse the repository at this point in the history
  6. fix mro issue

    icfaust committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    45ee05d View commit details
    Browse the repository at this point in the history
  7. refactoring

    icfaust committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    470a8c9 View commit details
    Browse the repository at this point in the history
  8. remove vestigial code

    icfaust committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    5bed19b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    39b4bc1 View commit details
    Browse the repository at this point in the history
  10. remove vestigial code

    icfaust committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    7448ad4 View commit details
    Browse the repository at this point in the history
  11. switch rbf to linear

    icfaust committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    b980734 View commit details
    Browse the repository at this point in the history