You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using predict_from_model.predict_from_model_file on a model that was trained on an inaccessible dataset file, you're supposed to be able to pass an equivalent dataset in the external_training_data argument, so that AD indices can be computed. This no longer works, because ModelPipeline.predict_full_dataset loads and featurizes the training data using the original parameters saved with the model, not the modified parameters in which dataset_key was overwritten with the path to the external data.
The text was updated successfully, but these errors were encountered:
When using predict_from_model.predict_from_model_file on a model that was trained on an inaccessible dataset file, you're supposed to be able to pass an equivalent dataset in the external_training_data argument, so that AD indices can be computed. This no longer works, because ModelPipeline.predict_full_dataset loads and featurizes the training data using the original parameters saved with the model, not the modified parameters in which dataset_key was overwritten with the path to the external data.
The text was updated successfully, but these errors were encountered: