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 robust metric #122

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Jun 25, 2021

  1. add robust metric maker

    TimotheeMathieu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    b3639a9 View commit details
    Browse the repository at this point in the history
  2. add docstring

    TimotheeMathieu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    ae055b0 View commit details
    Browse the repository at this point in the history
  3. fix doctring example

    TimotheeMathieu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    c43de90 View commit details
    Browse the repository at this point in the history
  4. add doc

    TimotheeMathieu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    c266b21 View commit details
    Browse the repository at this point in the history
  5. Add example and doc

    TimotheeMathieu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    81b0333 View commit details
    Browse the repository at this point in the history
  6. make example executable and try another link

    TimotheeMathieu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    8f829e9 View commit details
    Browse the repository at this point in the history
  7. add make_huber_metric to api doc

    TimotheeMathieu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    56cd4e7 View commit details
    Browse the repository at this point in the history
  8. fix doc

    TimotheeMathieu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    e141e8a View commit details
    Browse the repository at this point in the history
  9. fix doc api

    TimotheeMathieu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    834a00b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. add more explanation and change names of variables

    TimotheeMathieu committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    e7a006f View commit details
    Browse the repository at this point in the history
  2. add test robust cv

    TimotheeMathieu committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    a48bc1b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Merge branch 'main' of https://github.com/scikit-learn-contrib/scikit…

    …-learn-extra into robust_metric
    TimotheeMathieu committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    4a4983d View commit details
    Browse the repository at this point in the history
  2. add to changelog, add trimmed mean example to example

    TimotheeMathieu committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    1e16ab2 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    6f3e31d View commit details
    Browse the repository at this point in the history
  2. black reformat

    TimotheeMathieu committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    495b852 View commit details
    Browse the repository at this point in the history
  3. fix docstring

    TimotheeMathieu committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    0a3843a View commit details
    Browse the repository at this point in the history