cclin

Results 4 comments of cclin

I'm not certain under what circumstances 'user in test' should be used in 'interact_status.' Based on my understanding, 'interact_status' should only be applied to the training dataset. Could you provide...

I've become a bit unclear about the logic here, but I don't believe it's necessary for 'interact_status' to include users from the test set. @loomlike Do you have time to...

In the `MINDIterator`, there are two attributes, `uid2index` and `nid2index`, which respectively keep track of mappings from user IDs to indices and news IDs to indices. It's important to note...

Try to get the iterator using `model.train_iterator` or `model.test_iterator`