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
I then ran the following and found the Get guidance using the reporter.help() method message confusing (but maybe it's just me with a copy-paste frenzy and the error is quickly fixed, so feel free to close this issue):
Suggested improvement
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Injecting the name of the variable is too much hacky since you need to go to the Python frame object, potentially have an instance referenced by several variable names.
So if we want to find a solution, we probably show a sort of text that is not ambiguous. Maybe:
skore.EstimatorReport.help()
It would still raise an error if you try to copy paste-it. Be aware that we have the same issue when showing the help where we call the root object reporter as a generic name.
Which part of the documentation needs improvement?
API,
EstimatorReport
Describe the problem found in the documentation
When running:
I then ran the following and found the
Get guidance using the reporter.help() method
message confusing (but maybe it's just me with a copy-paste frenzy and the error is quickly fixed, so feel free to close this issue):Suggested improvement
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: