plot_target_histogram

mastml.plot_helper.plot_target_histogram(y_df, savepath, title='target histogram', label='target values')[source]

Method to plot the histogram of true y values

Args:

y_df: (pandas dataframe), dataframe of true y data values

savepath: (str), path to save the plotted precision-recall curve

title: (str), title of residuals histogram

label: (str), label used for axis labeling

Returns:

None