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
As-is, the selections arg of Honegumi().generate(...) isn't really bounded; however, it's going to be very specific to the package. For example, Ax will assume selections is a dictionary of a specific format. Pydantic works well in these scenarios, and may be justified here.
The text was updated successfully, but these errors were encountered:
As-is, the
selections
arg ofHonegumi().generate(...)
isn't really bounded; however, it's going to be very specific to the package. For example, Ax will assume selections is a dictionary of a specific format. Pydantic works well in these scenarios, and may be justified here.The text was updated successfully, but these errors were encountered: