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

Commits on Jun 21, 2023

  1. When init is specified as a numpy array, it errors with "ValueError: …

    …The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()"
    bnsh committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2b0a9bd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Merge branch 'main' into main

    bnsh authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    dd34560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7be0252 View commit details
    Browse the repository at this point in the history
  3. Formatting for Black

    bnsh committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6fcc539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79b3b05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    992ade2 View commit details
    Browse the repository at this point in the history
  6. Black: Line too long.

    bnsh committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    717cace View commit details
    Browse the repository at this point in the history
  7. More black formatting woes.

    bnsh committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1103a5d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6d2581 View commit details
    Browse the repository at this point in the history
  9. Added entry in Changelog

    bnsh committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    00b8abc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6bbd3ad View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    1f42d0c View commit details
    Browse the repository at this point in the history
  2. "The check that init has a valid type and value is already taken care…

    … of by a generic validation tool." @jeremiedbb
    bnsh committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0895f9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30bc7ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4088eb View commit details
    Browse the repository at this point in the history
  5. Formatting. Whitespace.

    bnsh committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    aa37c7c View commit details
    Browse the repository at this point in the history
  6. Needs a period.

    bnsh committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e62bd30 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Update v1.3.rst

    jeremiedbb authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    04d751d View commit details
    Browse the repository at this point in the history
Loading