Closed
Description
Describe the issue linked to the documentation
In documentation, the interaction_cst
field of HistGradientBoostingRegressor mentions no_interaction
as an allowed value. This throws an error, as it needs to be no_interactions
.
Same thing in HistGradientBoostingClassifier
Suggest a potential alternative/fix
no_interaction
-> no_interactions