src.ml.utils.calc_blur_acc_change

calc_blur_acc_change(df, model_names)[source]

Calculate the difference in accuracy between min and max blur levels for all Stimulus models.

Parameters
  • df – Pandas dataframe with columns as (blur, model, accuracy).

  • model_names – List of model names.

Returns

A list of accuracy difference.

Return type

list

Return type

list