You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileDataModel can be used with CSV files (currently it determines separator automatically) but if CSV file contains a header (say, latest MovieLens dataset) it throws an exception.
FileDataModel can be enhanced with special options to skip first CSV line with headers. Also it is good idea to move a lot of constructor options to properties to simplify initialization.
The text was updated successfully, but these errors were encountered:
FileDataModel can be used with CSV files (currently it determines separator automatically) but if CSV file contains a header (say, latest MovieLens dataset) it throws an exception.
FileDataModel can be enhanced with special options to skip first CSV line with headers. Also it is good idea to move a lot of constructor options to properties to simplify initialization.
The text was updated successfully, but these errors were encountered: