Skip to content
New issue

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

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

Already on GitHub? # to your account

Spark AnalysisException in Model Exploration step 3 #29

Closed
riley-harper opened this issue Aug 2, 2022 · 0 comments · Fixed by #101
Closed

Spark AnalysisException in Model Exploration step 3 #29

riley-harper opened this issue Aug 2, 2022 · 0 comments · Fixed by #101
Labels

Comments

@riley-harper
Copy link
Contributor

Running Model Exploration's step 3 "get feature importances" causes Spark to raise a pyspark.sql.utils.AnalysisException with the message "Table or view not found: model_eval_features_list". Somehow this step is expecting this table to exist when it doesn't. Maybe we should add this table to the step's required input tables and look at preceding steps to figure out where the disconnect is occurring.

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

Successfully merging a pull request may close this issue.

1 participant