Skip to content

Conversation

@jayminban
Copy link

This PR fixes a typo in the few_shots_select error message where "fbalanced" was displayed instead of "balanced".

Before:"ValueError: few_shots_select must be one of fbalanced,random,sequential,random_sampling_from_train or random_sampling, ..."

After:"ValueError: few_shots_select must be one of balanced,random,sequential,random_sampling_from_train or random_sampling, ..."

This change corrects the spelling and improves error clarity when an invalid few_shots_select option is provided.

No functional behavior changes, only error message text is updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant