pydruglogics.input.TrainingData

Handles reading and validating training observations from a file or a list, providing easy access to all training examples, their weights, and responses.

TrainingData.print()

Print the string representation of all training observations.

TrainingData.size()

Return the number of training observations.