Contents

BoostedTreeClassifier

A gradient boosted decision tree classifier.

Declaration

struct BoostedTreeClassifier<Label> where Label : Comparable, Label : Decodable, Label : Encodable, Label : Hashable

Topics

Creating a classifier

Getting the properties

Fitting the classifier

Encoding the classifier labels

Default Implementations

See Also

Classifiers