PeterLombaers

Results 12 comments of PeterLombaers

> Yeah, I didn't think about where to put it yet, right now you can use it as a debug tool. It would make sense to put a try-except in...

I added the try-except.

To just calculate the Spearman Rho of the last ranking and the new ranking, it would not be necessary to save both rankings. It would be enough to first calculate...

I managed to make it run by installing pandoc (https://github.com/jgm/pandoc/blob/master/INSTALL.md) and then running `pip install pandoc`. See also https://stackoverflow.com/questions/62398231/building-docs-fails-due-to-missing-pandoc

Hi @Vaibhav-DTx! Studying the effect of different machine learning models is of course very interesting. I see two use cases. In the first, you already have a (partially) labeled set,...

I guess technically it would be similar to skipping a record? Then you could do https://github.com/asreview/asreview/issues/328 at the same time.

Were making some progress though not there yet. At the moment were testing a new version of ASReview where multiple users can log in and only see their own projects....

One quick fix on the side of the model extension is to override the `param` property to return something that is json serializable.

Hi Lukas! The reason that the doc2vec feature extraction is greyed out is that it doesn't work in combination with Naive Bayes. The [implementation of Naive Bayes](https://scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html) that we use...

Hey @FamkeBruggink . I think you might be using an old version of `asreview-insights`. You could try to update your version using `pip install -U asreview-insights` and then try to...