jboelaert

Results 7 issues of jboelaert

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...

enhancement

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...

bug

Highlights for tagging (in Tagging/Configuration Menu) are deleted at every reload, which is annoying if you have a big list. Could we save this somehow? Ideally by user and scheme

enhancement
open discussion

Right now the selector tool requires a double click, with a single click it behaves just like the pointer tool. Could we change it to a single click? - this...

bug

In the generative results table, could we replace the prompt by the prompt name, if it has been saved? This is especially useful when testing several prompts with slight variations

enhancement

This is an old and ongoing complaint of mine :) Quick linear model training is surprisingly slow, which is a bit strange considering how fast they are actually computed. -...

question

I really like night/dark modes Think of people who like to tag in bed before going to sleep :)

UX
V2