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: scikit-learn/scikit-learn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: b0noI/scikit-learn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 1, 2016

  1. Support of the collections.Sequence type has been added to the _check…

    …_param_grid method from model_selection.
    b0noI committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    06c8996 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. test_grid_search_when_param_grid_includes_range test was refactored (…

    …parts that are not nessesary have been removed).
    b0noI committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    a6a6787 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2016

  1. test_grid_search_bad_param_grid now checks that value is not string. …

    …This is important since string is a Sequence.
    b0noI committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    2ebb284 View commit details
    Browse the repository at this point in the history
  2. _check_param_grid now checks is the type is not string together with …

    …the check for other types.
    b0noI committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    7abce96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f3c870 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40130ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9786751 View commit details
    Browse the repository at this point in the history
Loading