This is a slightly odd question, I'm experimenting with the PV-DBOW model using the IMDB notebook.
I've done the unpythonic and unholy thing and just taken that notebook and tried to write in my own dataset, please excuse my clear laziness!
The dataset is in a slightly different format (CSV). I believe I've correctly translated it into the tagged document format however.
When I'm training the model however, on the evaluation stage I get the following warning...
Anaconda3\lib\site-packages\statsmodels\base\model.py:496: ConvergenceWarning: Maximum Likelihood optimization failed to converge. Check mle_retvals
"Check mle_retvals", ConvergenceWarning)
I've tried to debug the statsmodel logistical regression, but I suspect the error is more likely present in the input of the dataset instead.
You can find a link to the notebook
here, you'll need to download it locally since github ins't playing ball today. If anyone had any suggestions, or has experienced this issue before i'd really appreciate the support!