Skip to content

Gbt regressor

Matheus Gonçalves edited this page Aug 29, 2017 · 1 revision

Description

Gradient-Boosted Trees (GBTs) learning algorithm for regression. It supports both continuous and categorical featur

Options

Label Description Type Required
Max. iterations Maximum number of iterations INTEGER false
Max. depth Max. depth INTEGER false
Min. instance Min. instance INTEGER false
Min. info gain Min. info gain DECIMAL false
Seed Seed INTEGER false

Inputs

Label Description Multiplicity

Outputs

Label Description Multiplicity
Algorithm Algorithm Many

About

Getting Started

Technical Information

Clone this wiki locally