I think the best way to do to this would be to add your data frame as another dataset to the model and label it as the “test” dataset. Then just run get_preds(ds_type=DatasetType.Test) l
Check this thread to see if that helps you.
I think the best way to do to this would be to add your data frame as another dataset to the model and label it as the “test” dataset. Then just run get_preds(ds_type=DatasetType.Test) l
Check this thread to see if that helps you.