🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Model Training Error (H2O)-Gradient Boosted Training

User: "chiaUM"
New Altair Community Member
Updated by Jocelyn
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


Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "tkenez"
    New Altair Community Member
    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?
    User: "chiaUM"
    New Altair Community Member
    OP
    Alright, thanks for the information!. would give it a try.