MK
MK
I had the same problem, but it persists even after ` pip install top2vec -U` What should I do?
@Lotfi-AL I cannot check the number of topics, because the error is already is in the line where Top2Vec object is created. This is the full error message: ``` INFO:top2vec:Pre-processing...
I would really appreciate if someone could answer the question I stated above. @Lotfi-AL @ddangelov
Same error @benfred ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[38], line 1 ----> 1 model.partial_fit_items(test_df['item_index'], mat) File ~/miniconda3/envs/whizdom-env/lib/python3.9/site-packages/implicit/cpu/als.py:330, in AlternatingLeastSquares.partial_fit_items(self, itemids, item_users) 314 """Incrementally updates item factors...
I tried all variations, but it still does not work @benfred