Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Feat/multiclass metrics #280

Closed
wants to merge 9 commits into from
Closed

Commits on Dec 7, 2022

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

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    e22a931 View commit details
    Browse the repository at this point in the history
  2. Change to process_metrics for performance.

    Modified tabular data to account for non naming of sensitive features.
    This caused failure in ModelFairness due to issues with fairlearn.create_metric_frame.
    fabrizio-credo committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    87659b4 View commit details
    Browse the repository at this point in the history
  3. Ported all multiclass classification functions

    - Created a credoai version for TPER, TNR
    fabrizio-credo committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    14118ee View commit details
    Browse the repository at this point in the history
  4. Updated model type

    fabrizio-credo committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    76134c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    693e398 View commit details
    Browse the repository at this point in the history
  2. updated confusion metric function with more metrics and calculated av…

    …erage. Moved all to macro average by default
    IanAtCredo committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0f2bc94 View commit details
    Browse the repository at this point in the history
  3. added weighted average

    IanAtCredo committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7dd4fcc View commit details
    Browse the repository at this point in the history