- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Suggestion for ID suggestion improvement #889
Comments
good idea |
Right now, I think the best way to go about implementing this is by modifying the calls to For Seb's example, this would be the call within |
Couldn't we also modify the |
Would also be worth looking into modifying the distance function used by |
I think a relatively common user error (at least for not so experienced users) is that they forget the prefixes when setting graph parameters:
(e.g.
nrounds
instead ofclassif.xgboost.nrounds
below.The problem is that our "Did you mean" does not find the correct suggestions.
I think this might be a common enough error to address this, e.g. by matching
grepl("<user-param>$", param_set$ids)
.Created on 2025-03-21 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: