Open
Description
Hey guys!
I'm currently working on a recommender that includes the impact of weather conditions on item choosing. Therefore I'd like to use the Evaluation of the ItemRecommender engine of MyMediaLite to test my recommender. For this reason I'd need a testing environment that calls a function like:
IList<Tuple<int, float>> Recommend(int user_id, IList current_weather, int n = -1,
ICollection ignore_items = null,
ICollection candidate_items = null);
this. So for giving a recommendation I'd need the current weather situation. Is that somehow possible with MyMediaLite?
Best regards,
Alexander Oberegger