module documentation

Undocumented

Function plot_history Plots the training history of the given model
@check_annotations
def plot_history(model_path, output_folder): (source)

Plots the training history of the given model

Parameters
model_path:os.PathLikepath to the model (used for loading the training-history)
output_folder:Annotated[os.PathLike, PathExists]output folder to save the plot in