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

Intel(R) Distribution for Python's sklearn patches #15

Merged
merged 16 commits into from
Jan 10, 2019

Commits on Dec 12, 2018

  1. Intel(R) Distribution for Python's patches

    of scikit-learn classes as a stand-alone module.
    oleksandr-pavlyk committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    5a441ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    915057e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e5e492 View commit details
    Browse the repository at this point in the history
  4. working code

    oleksandr-pavlyk committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    3e88fde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bb3c79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9c4f30 View commit details
    Browse the repository at this point in the history
  7. fixing test failures

    oleksandr-pavlyk committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    215467c View commit details
    Browse the repository at this point in the history
  8. Removed unused imports

    Also formatting changes to make lines shorter
    oleksandr-pavlyk committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    4e3c4aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52ed7b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    04c5baf View commit details
    Browse the repository at this point in the history
  11. Since _dual_coef_ and _intercept_ are properties in the class, fit sh…

    …ould not be setting them, but setting _internal_dual_coef_ and _internal_intercept_ instead
    oleksandr-pavlyk committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    c937af3 View commit details
    Browse the repository at this point in the history
  12. import warnings

    oleksandr-pavlyk committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    8689d0b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. WIP

    oleksandr-pavlyk committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    93d5da2 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    c770059 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    a823295 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    61884b9 View commit details
    Browse the repository at this point in the history