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
What would be the correct initial_type in convert_sklearn(model, initial_types) to achieve this behaviour. Float inputs to ONNX are giving wrong predictions of course.
The text was updated successfully, but these errors were encountered:
HistGradientBoostingRegressor supports specification of
categorical_features
: https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html#sklearn.ensemble.HistGradientBoostingRegressorWhat would be the correct
initial_type
inconvert_sklearn(model, initial_types)
to achieve this behaviour. Float inputs to ONNX are giving wrong predictions of course.The text was updated successfully, but these errors were encountered: