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

model_type can override automatic choice of predict_function in Explainer #439

Open
hbaniecki opened this issue Jul 17, 2021 · 0 comments
Open
Labels
feature 💡 New feature or enhancement request long term 📆 TODO long term Python 🐍 Related to Python

Comments

@hbaniecki
Copy link
Member

if model_type is not None --> override guessing of classification/regression

predict_function, model_type_ = get_predict_function_and_model_type(model, model_class)

@hbaniecki hbaniecki added feature 💡 New feature or enhancement request long term 📆 TODO long term Python 🐍 Related to Python labels Jul 17, 2021
@hbaniecki hbaniecki changed the title model_type can override the automatic choice of predict_function in the Explainer creation model_type can override automatic choice of predict_function in Explainer Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 💡 New feature or enhancement request long term 📆 TODO long term Python 🐍 Related to Python
Projects
None yet
Development

No branches or pull requests

1 participant