Which of the following statements about the Gradient Boosted Trees modelis TRUE?

A. It works only on classification problems
B. It trains a series of Decision Trees in a sequential, iterative (repeated) way
C. It is a more optimized implementation of the Random Forest model
D. It is designed to work best on non-tabular data, such as sequential or image data