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
In step 4a, forecast.create_explainability(...) throws an error saying "ParamValidationError: Parameter validation failed:
Unknown parameter in Schema.Attributes[0]: "AttributeCategory", must be one of: AttributeName, AttributeType ".
After removing AttributesCategory, the line ran without any error. But in the UI, the exaplainability plot shows all attributes having impact score of zero.
Please help
Thanks
The text was updated successfully, but these errors were encountered:
@hadi-android thank you for your note and raising this. You are correct, according to the API, there is no AttributeCategory, so this will be corrected. Regarding the zeros, were you using your own data or the toy dataset?
In step 4a, forecast.create_explainability(...) throws an error saying "ParamValidationError: Parameter validation failed:
Unknown parameter in Schema.Attributes[0]: "AttributeCategory", must be one of: AttributeName, AttributeType ".
After removing AttributesCategory, the line ran without any error. But in the UI, the exaplainability plot shows all attributes having impact score of zero.
Please help
Thanks
The text was updated successfully, but these errors were encountered: