src/minmaxML.py [569:575]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    bonus_plots = []
    for err_type in extra_error_types:
        # Determine pop error type
        if err_type in ['FP', 'FN', 'FP-Log-Loss', 'FN-Log-Loss']:
            pop_err_type = '0/1 Loss'
        else:
            pop_err_type = err_type
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/minmaxML.py [585:591]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    bonus_plots = []
    for err_type in extra_error_types:
        # Determine pop error type
        if err_type in ['FP', 'FN', 'FP-Log-Loss', 'FN-Log-Loss']:
            pop_err_type = '0/1 Loss'
        else:
            pop_err_type = err_type
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



