I am using sklearn's GradientBoostingRegressor to analyze chicago houses. I'm new in this, I would like to know what we mean by " Iter " "Train Loss", "Remaining Time" and how we interpret the values ? I got values like these ones:
Iter Train Loss Remaining Time 1 0.3505 49.25m 2 0.3466 48.63m 3 0.3428 48.58m 4 0.3390 48.13m
[link][comment]