zenogantner / MyMediaLite

recommender system library for the CLR (.NET)
http://mymedialite.net
499 stars 192 forks source link

Measure prediction time in the library, not in the command-line tool. #412

Open zenogantner opened 11 years ago

zenogantner commented 11 years ago

This is not pretty: "Wrote predictions to file pred. prediction_time 00:00:02.1644670" It is because one part of the logging is done by the command-line tool, and one by the library. All this output should be done by the library