Should accept Mapping
as param_distributions
in OptunaSearchCV
#171
Labels
bug
Something isn't working
Mapping
as param_distributions
in OptunaSearchCV
#171
Expected behavior
Should accept
Mapping
asparam_distributions
inOptunaSearchCV
.A typing of
param_distributions
isMapping
;optuna-integration/optuna_integration/sklearn/sklearn.py
Line 727 in 8050e12
However, if we assign
Mapping
other thandict
(e.g.MappingProxyType
), it throws an error.Environment
Error messages, stack traces, or logs
Steps to reproduce
Additional context (optional)
No response
The text was updated successfully, but these errors were encountered: