example-scripts icon indicating copy to clipboard operation
example-scripts copied to clipboard

bug fix best_pred_col

Open nielsvanetten opened this issue 1 year ago • 0 comments

When for example pred_target_janet_v4_20 is the best_pred_col variable. Than its unfindable in the validation_data at: validation_data["prediction"] = validation_data[best_pred_col].rank(pct=True). This is because here the column is defined as: pred_target_janet_v4_20_downsample(x).

Here is a fix.

nielsvanetten avatar Dec 27 '22 16:12 nielsvanetten