Closed sfriedowitz closed 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).
TrainingRow[T]
Learner[T]
Adds the
TrainingRow[T]
class as input for aLearner[T]
training, and cascades updates throughout the library to pass around these structures types instead of tuples of (inputs, label, weight).