Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

external_training_data option is broken in predict_from_model_file #353

Open
mcloughlin2 opened this issue Aug 8, 2024 · 0 comments
Open

Comments

@mcloughlin2
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant