fast_tffm icon indicating copy to clipboard operation
fast_tffm copied to clipboard

Multinomial logloss

Open josepablog opened this issue 8 years ago • 1 comments

Can you use this library to predict multiple classes? The readme hints that you can only predict two classes.

Also, the documentation says that the default value of a missing feature is 1.0. Shouldn't it be 0?

Thanks!

josepablog avatar Nov 11 '16 21:11 josepablog

@josepablog For multiple classes, currently it is not. I will add it when I have time recently. Also welcome to contribute.

For default value, it means "1 2:10 3 7:0.5" will means feature 2 has value 10, feature 3 will have value "1", features like 4, 5, 6, will have value 0

kopopt avatar Nov 14 '16 04:11 kopopt