Open
Description
Ask the question
What's the best route to save the predictions into a csv file (using Tribuo classes). Say I have a List<Prediction<Regressor>>
One way could be to iterate thru the list of items and write it to the disk via some FileXxxx()
class.
Is your question about a specific Tribuo class?
List<Prediction<Regressor>>
and Dataset
(one of it's concrete subclasses)