zenogantner / MyMediaLite

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

issue with loading items-attribute data #452

Closed astrodi closed 8 years ago

astrodi commented 8 years ago

Hello, I try to use MML with item-recommendation in my diploma thesis. Everything works fine before I add --attribute-file flag.

01 I tried to remove first line of attribute file, but still same: 02

Here is my attribute dataset example: 03

Can you help me with identifying, where the problem is? (some kind of formatting?)

thank you for any advice!

Dominik Imrich, UPJS Slovakia

zenogantner commented 8 years ago

Hi, MML only supports binary attributes. See the documentation on this page: http://mymedialite.net/documentation/attribute_files.html

astrodi commented 8 years ago

Thank you, I very appreciate your interest and answer. I feel sorry, my fault, I didn't notice this before. I'll try convert my data into required format. So thank you again, have a nice week

zenogantner commented 8 years ago

No worries, Dominik. Let me know if you have other questions.