Model Training Error (H2O)-Gradient Boosted Training

chiaUM
New Altair Community Member
Hi everyone,
May I know why when i use the same process to run "random forest" and "decision tree", model the program is able to run.
However, when i use "Gradient Boosted Training" it appears this as shown in Figure below



I have recheck the input parameter max_depth, learn_rate, everything are in order
How can I resolve this? My apologies, im newbie in Machine learning & Rapidminer
May I know why when i use the same process to run "random forest" and "decision tree", model the program is able to run.
However, when i use "Gradient Boosted Training" it appears this as shown in Figure below

I have recheck the input parameter max_depth, learn_rate, everything are in order
How can I resolve this? My apologies, im newbie in Machine learning & Rapidminer
Tagged:
0
Answers
-
Hi @chiaUM ,Please double check your Parameter settings in your Optimizie Parameters (Grid) operator. My suspicion is that you try to run some optimization rounds where the parameter values are out of range for GBTs (as the error message hints, the maximal_depth parameter needs to be greater than 0, and the learning_rate needs to be between 0 and 1. Maybe the first iteration of the grid wants to start with e.g. 0 for the max_depth?0
-
Alright, thanks for the information!. would give it a try.0