Skip to content

Instantly share code, notes, and snippets.

@Belgian-Coder
Created January 12, 2019 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Belgian-Coder/50f69b25f3b43aa4604dd3789c027dd1 to your computer and use it in GitHub Desktop.
Save Belgian-Coder/50f69b25f3b43aa4604dd3789c027dd1 to your computer and use it in GitHub Desktop.
Ordina-ML.Net_Recommender_System
namespace BookRecommenderShared.Configuration
{
public static class Filenames
{
public const string DataFolder = "Data";
public const string RatingsDataset = "ratings.csv";
public const string BooksDataset = "bookfeatures.csv";
public const string TrainedModel = "rec_model.zip";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment