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

Add doctests for machine_learning/sequential_minimum_optimization.py #11571

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Sep 17, 2024

  1. Add test for SmoSVM init attr

    Juan Pasutti committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a6e01ce View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Add doctest for _is_unbound

    Juan Pasutti committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0f0eb95 View commit details
    Browse the repository at this point in the history
  2. Add doctest for _is_support

    Juan Pasutti committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2590c34 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from drkrillo/sequential_minimum_optimization_a…

    …dd_doctests
    
    Sequential minimum optimization add doctests
    drkrillo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2642f19 View commit details
    Browse the repository at this point in the history
  4. Add doctest for Kernet init func

    Juan Pasutti committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9e1f30d View commit details
    Browse the repository at this point in the history
  5. Add test to _polynomial Kernel func

    Juan Pasutti committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8d4c9e8 View commit details
    Browse the repository at this point in the history
  6. Add doctest for Kernet _linear func

    Juan Pasutti committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    94b1403 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from drkrillo/sequential_minimum_optimization_a…

    …dd_doctests
    
    Sequential minimum optimization add doctests
    drkrillo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fb58570 View commit details
    Browse the repository at this point in the history
  8. Add doctest to _rbf Kernel func

    Juan Pasutti committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    308fbe4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from drkrillo/sequential_minimum_optimization_a…

    …dd_doctests
    
    Add doctest to _rbf Kernel func
    drkrillo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9d7532a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f158ed View commit details
    Browse the repository at this point in the history
  11. Reduced lines with >88 cahrs.

    Juan Pasutti committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e3eb95b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4 from drkrillo/sequential_minimum_optimization_a…

    …dd_doctests
    
    Reduced lines with >88 cahrs.
    drkrillo committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2f0ed96 View commit details
    Browse the repository at this point in the history