Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TheAlgorithms/Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: drkrillo/Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 1 file changed
  • 3 contributors

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 authored 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 authored 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 authored 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 authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2f0ed96 View commit details
    Browse the repository at this point in the history
Loading