def plot_predictions_with_history()

in fclib/fclib/common/plot.py [0:0]


def plot_predictions_with_history(
    predictions,
    history,
    grain1_unique_vals,
    grain2_unique_vals,
    time_col_name,
    target_col_name,
    grain1_name="grain1",
    grain2_name="grain2",
    min_timestep=1,
    num_samples=4,
    predict_at_timestep=1,
    line_at_predict_time=False,
    title="Prediction results for a few sample time series",
    x_label="time step",
    y_label="target value",
    random_seed=2,