activetigger
activetigger copied to clipboard
Text annotation web tool dedicated to computational social sciences
Quick models: sklearn.LogisticRegression also takes a "class_weight" argument to handle unbalanced classes, which is likely to be a frequent usecase. Could we add a checkbox "balance classes" in the hidden...
Could you do the labels longer (at least 20 characters)
it is annoying as it covers the side bar and some inputs (add label for instance) making it frustrating. I think it was better on the left side. Why did...
[Adding this for discussions later] In BERT, it is possible to explore the words that positively or negatively led to classification into a given group, and to highlight them. Do...
I see that the model for lasso is sklearn.LogisticRegression with l1 penalty and liblinear solver, and that for liblinear it is sklearn.LogisticRegression with l2 penalty and lbfgs solver. What I...
- Static dashboard to display general information - Targeted information for specific users
Possibility to use an open prompt to search the vector database (for instance : https://ganeshs.hypotheses.org/) Necessity to better manage the model used to create the vector to allow compatibility
An experimental scheme has been added to annotate span. The question is what kind of feature to add to it - models - transformations - ...
I think it would be helpful for power(ish) users who wants to go further whith bertopic results whithout having to implement too many option on your side (hierarchical visualization, topics...