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

Fix presets parameters. #463

Merged
merged 6 commits into from
Dec 5, 2022
Merged

Fix presets parameters. #463

merged 6 commits into from
Dec 5, 2022

Commits on Nov 25, 2022

  1. Fix presets parameters.

    Remove probas_threshold from BinaryClassificationTopKTestPreset.
    Remove column and prediction_type from BinaryClassificationTestPreset.
    Add columns to DataDriftTestPreset.
    Remove prediction_type from MulticlassClassificationTestPreset.
    Liraim committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    3f3c0f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Fix MulticlassClassificationTestPreset for probas.

    Fix exception in DataDriftTestPreset if columns used.
    Fix algorithm for detection prediction columns.
    Liraim committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    070fd64 View commit details
    Browse the repository at this point in the history
  2. Fix linter errors.

    Liraim committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    c4e1b84 View commit details
    Browse the repository at this point in the history
  3. Fix tests.

    Liraim committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    3c9d768 View commit details
    Browse the repository at this point in the history
  4. Add drift_share parameter.

    Liraim committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    0cb47e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Fix default value for drift share.

    Fix example tests_and_test_presets.ipynb.
    Liraim committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    de72ac0 View commit details
    Browse the repository at this point in the history