Open WilliamPham1602 opened 2 years ago
Hi @WilliamPham1602 ,
Thanks, here a few tips:
np.concatenate( [[1]+[0]*(i-1) for i in original_indexes])
and remember, I am a political scientist! goiod luck maarten
Hi @maartenmarx,
I am appreciate to your feedback.
For the baselines model, I used the logistic regression model. However, could you explain more detail about number 11?
Regards, Sang.
hi @WilliamPham1602 , with mean doc length baseline, I mean that you compute the mean doc length, say X, and then split up the stream in X-length documents. This is usually a quite strong baselinje.
Hi @maartenmarx,
I understand that we need the baseline model for the performance comparison. I already created a simple Logistic Regression model, can I use it as a baseline model?
Regards, Sang.
but then with what do we compare that LR model? Maybe it is more stupid than my mean baseline. Don't you want to know that? Or don't you think your examiner would like to know that?
And still your neural model could be better than your LR baseline but worse than my mean baseline if you do not report on that. That would be quite misleading.
Come on @WilliamPham1602 , think!
Hi @maartenmarx,
Thanks for your advice. I am working on the baseline model now.
Regards, Sang.
Hi @maartenmarx,
Thanks for your time. These are a few points, which I would like to discuss in our early meeting:
This is the report link
Regards, Sang.