List of regression algorithms and tuning #1294
-
Hi all, Please, could you provide me with a list of all possible regression techniques to implement within river? And, how they can be tuned? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @raul-parada, see the similar discussion for Classifiers. Replacing the Regarding how they can be tuned, the answer will be specific to the model and the problem at hand. Check the docs and don't hesitate to open another discussion with more context, what you're trying to achieve, and your blockers. |
Beta Was this translation helpful? Give feedback.
Hey @raul-parada, see the similar discussion for Classifiers. Replacing the
base.Classifier
withbase.Regressor
in the accepted answer's code snippet should give you what you're looking for.Regarding how they can be tuned, the answer will be specific to the model and the problem at hand. Check the docs and don't hesitate to open another discussion with more context, what you're trying to achieve, and your blockers.