-
provides insights into what features are important (based off of autogluon, I think all are!)
we need to know what the best model is first!
-
We discussed writing out the Python code that reproduces the steps taken in the GUI as a desirable future feature. [Jinja2](http://jinja.pocoo.org/docs/2.10/) is worth considering for that. Because …
-
There is a problem in displaying fragments in XML-files with the classifiers attributes and text in (it seems) all cases.
I also found one fragment of classifier element with the same error. See bel…
-
I'm removing the inline comments from the software guide and moving them here instead:
- How are ties broken if a user selects the best classifier based on a metric?
- Do we want to allow a user to …
-
Hi @eric-czech ,
I uploaded some files to the google storage bucket showing both good and bad annotations. There are some problems with the classifiers for cells, digits, and (I believe) markers, …
-
Feature request for being able to run cross-validation from the command line. When a project has many videos for cross-val, the all k-fold cross-val takes a long time. 😕
-
Aim is to have all models in https://github.com/alan-turing-institute/scivision/blob/main/scivision/catalog/data/models.json working when they're loaded (or an indication that they are not supposed to…
-
to check for compatibility with scikit-learn (https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/utils/estimator_checks.py).
From the docs:
```python
Check if estimator adheres …
-
as a sidequestion:
1. where are the examples stored (in github) that are being distributed with neuromore studio .exe? could someone point me to the directory in github
2. does someone know if some…
-
CDClassifier : error for penalty="l1" and penalty="l2", but no error for penalty="l1/l2"
from lightning.classification import CDClassifier #Estimator for learning linear classifiers by (block) c…