Hyperparameter tuning of HoeffdingTreeClassifier with RandomizedSearchCV of sklearn #579
-
Hi, I get an error when I try to tune the parameters of a HoeffdingTreeClassifier using the RandomizedSearchCV of scikit-learn. This is the code:
The error is: "ValueError: Invalid parameter tie_threshold for estimator River2SKLClassifier(HoeffdingTreeClassifier). Check the list of available parameters with Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hello, I keep getting the same error when I try to tune the parameters of an extremely fast decision tree classifier. Please let me know if you happen to fix this. Thank you |
Beta Was this translation helpful? Give feedback.
-
From my understanding, cross-validation is difficult (and probably not currently implemented) for streaming machine learning. Hyperparameter tuning can be done by implementing stacking or halving methods: https://riverml.xyz/latest/api/expert/SuccessiveHalvingRegressor/ |
Beta Was this translation helpful? Give feedback.
-
Is this something we want to look into @smastelini? I would say no. |
Beta Was this translation helpful? Give feedback.
Is this something we want to look into @smastelini? I would say no.