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
When a model exposes feature_names_in_, /predict could accept named records ({"feature": value}) and validate against the expected schema, returning a clear 400 on missing or extra features.
When a model exposes feature_names_in_, /predict could accept named records ({"feature": value}) and validate against the expected schema, returning a clear 400 on missing or extra features.