Skip to content

Using evaluating environment for Itemprediction with further informations. #462

Open
@aoberegg

Description

@aoberegg

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions