Random Forest parameters optimization

Hi there,

I try to do some parameters optimization on a model (Random forest, for example).
I know that I can do that with a loop.
But I think that I’ve seen in a workflow a more practical node to do that and I can’t find it anymore …
I would have say that its name was Auto Random Forest, but it’s not.
Can you give me a clue on this magical node ? But it was maybe in my dreams …

Thank you for your help

P

1 Like

Hi @P_G and welcome to the KNIME forum

Do you mean this Component from the Hub? Inside the component (open= cntrl click click) you see the individual nodes. You can eventually adjust and add parameters in the Paramater Optimization Loop Start. More examplas can be found on the KNIME Hub.

gr. Hans

3 Likes

What you could do is try H2O automl and tell it just to use tree algorithms.

“DRF” that is
https://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-science/algo-params/include_algos.html

If another tree comes out on top and you strictly want random forest I have a KNIME wrapper with hyper parameter search somewhere.

3 Likes

Hello HansS,

Thank you for your reply.
Yes, I think that it is the component I was looking for.
Thank you very much.

P

2 Likes

Hello mlauber71,

Thank you for your answer.
I allready know H2O library but thank you for the time you gave me ;).

P

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.