Rohit Garud

Results 10 comments of Rohit Garud

@gajghaten I think the package uses `logging` to display warnings. Try the following code ```python import logging logging.getLogger("recordlinkage").setLevel(logging.ERROR) ```

@gajghaten Glad to help. But I think you should absolutely never use full index and always use blocking or sorted index. Full index will give (n choose 2 i.e. n*(n-1)/2)...

I am aware that this functionality will require a lot of effort on the front end side but is nice to have functionality as few other automated SLR tools provide...

Thank you @Rensvandeschoot for your response. To be clear, The "tags" I mentioned here are for assisting the tasks downstream of the screening process during SLR as well as for...

Thank you @J535D165 . I am mostly familiar with Python and don't know anything about Javascript, React or Material UI. I do want to learn some frontend development. I know...

Hi @taleevenhuis, Naive Bayes is only compatible with TFIDF features. For using SBERT features, you have to use other classifiers. It is not a bug, but it is how Naive...

Hi @george-gca, run the following command from inside the local asreview directory: ```python pip install -e . ``` or ```python pip install . ``` Pip will install the updated version...

Great.. how you are planning to develop the platform.. we will discuss further details in the meeting..

I think ChatGPT is not the only option and a T5 model can be fine-tuned for this particular task.

HI @Komal-99 , did you find a solution to your query.. I am facing same issue