CitrineInformatics / lolo

A random forest
Apache License 2.0
41 stars 12 forks source link

PLA-10433: Training row class #296

Closed sfriedowitz closed 2 years ago

sfriedowitz commented 2 years ago

Adds the TrainingRow[T] class as input for a Learner[T] training, and cascades updates throughout the library to pass around these structures types instead of tuples of (inputs, label, weight).