-
Notifications
You must be signed in to change notification settings - Fork 54
Add troubleshooting guide and enhance error messages for ADS Forecast Operator #1248
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
@@ -23,4 +24,5 @@ def __init__(self, error: str): | |||
"Invalid input data. Check the input data and ensure it " | |||
"complies with the validation criteria. \n" | |||
f"{error}" | |||
"\nPlease refer to the troubleshooting guide at https://github.com/oracle/accelerated-data-science/blob/main/ads/opctl/operator/lowcode/forecast/model/troubleshooting.MD for resolution steps." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if it would be better to have such docs in the https://github.com/oracle-samples/oci-data-science-ai-samples repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved to ai-samples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: the troubleshooting link is repeated in exceptions, maybe we can define it as a constant (e.g. TROUBLESHOOTING_GUIDE) and reuse it.
This PR improves the developer experience by providing clear, actionable guidance when errors occur during forecast operator usage.