conn2res.plotting.plot_performance
- conn2res.plotting.plot_performance(df, x='alpha', y='score', normalize=False, hue=None, rc_params={}, fig_params={}, ax_params={}, lg_params={}, col_params={}, title=None, show=True, savefig=False, fname='performance_curve', **kwargs)[source]
Plot performance curve.
- Parameters:
df (_type_) – _description_
x (str, optional) – _description_, by default ‘alpha’
y (str, optional) – _description_, by default ‘score’
normalize (bool, optional) – _description_, by default False
hue (optional) – _description_, by default None
rc_params (dict) – dictionary of matplotlib rc parameters, by default {}
fig_params (dict) – dictionary of figure properties, by default {}
ax_params (dict) – dictionary of axes properties, by default {}
lg_params (dict) – dictionary of legend settings, by default {}
col_params (dict) – dictionary of color settings in sns.color_palette, by default {}
title (optional) – _description_, by default None
show (bool, optional) – _description_, by default True
savefig (bool, optional) – _description_, by default False
fname (_type_, optional) – _description_, by default ‘performance_curve’