Replies: 2 comments 3 replies
-
Generally, I would advise creating metrics that work for your particular use case. The difficulty with topic modeling is that it is extremely context-dependent and I'm not sure whether general metrics would typically work. |
Beta Was this translation helpful? Give feedback.
-
@MaartenGr also, would you be able to guide me on which approach I should be using between the two: merged_model = model_2018.merge_models([model_2019]) In the first one, the model_2019 is completely overwriting the model_2018 (min. similarity is set to default). Is this expected behaviour? |
Beta Was this translation helpful? Give feedback.
-
For my use case, I am modelling parliamentary debate data.
I modelled initially on a batch of 2020 debates and then made incremental models from 2011 until 2019, merging them year by year.
In parallel, I created a batch model trained on the entire dataset from 2010 to 2019.
I did this to showcase the computational efficiency of the incremental approach. However, now I want to evaluate how well the incremental model captured information for the years.
How would you evaluate the incremental model on its own and would you do anything to compare it to the batch model?
Beta Was this translation helpful? Give feedback.
All reactions