Janez Demšar

Results 98 issues of Janez Demšar

Hard-working maintainers of Python scientific stack decided to change the result of AUC when only one class is present in test data: https://github.com/scikit-learn/scikit-learn/pull/27412, merged two days ago (here: https://github.com/scikit-learn/scikit-learn/pull/27412/files#diff-4eb3c023f8a3f088d62208f6adbd02b6df5196de2257ccd228dffc972c964634R383). Yes,...

A new pylint check is going to bite us in Pylint 3.3 (2024-09-20): by default, pylint now complains about functions that have more then five (positional) arguments (https://github.com/pylint-dev/pylint/issues/9099). That is,...

Add-on orange3-pumice now uses`orangecontrib.imageanalytics.widgets.owimageviewer.image_loader` and `ImageLoader` for loading images (https://github.com/biolab/orange3-pumice/pull/6). What about moving them and related functions to core Orange? They may be useful in other add-ons, too. E.g., the...

##### Issue Resolves #6792. Requires https://github.com/biolab/orange-widget-base/pull/278 (without, it should work, but without offering the *.* option). ##### Description of changes Following the discussion with @markotoplak, I propose the following. ####...

It would sometimes be handy to select multiple variables to be shown as labels. I don't see a strong argument against it. Perhaps replace combo with list view with multiple...

##### Issue Previously, we needed to enabled cython-based speedups in Shapely. Starting with Shapely 2.0, equivalent speedups are available in every installation. Function `enable` has no effect and will be...

The current widget does two separate jobs. This is most obvious if you consider that when you put into a certain workflow, you would never switch from coding to encoding...

Github informed me that The Windows Server 2019 runner image will be fully unsupported by June 30, 2025. (...) ### What you need to do Jobs using the windows-2019 YAML...

##### Issue Closes #7084. ##### Description of changes - Rename Feature Statistics to Variable Statistics. - Rename the column from "Name" to "Variable" in the Variable Statistics table. - Rename...

needs discussion

**What's your use case?** **What's your proposed solution?** Tree Viewer could have an additional input Data. If present, it would replace(?) the data used for training in the view: for...