Janez Demšar

Results 98 issues of Janez Demšar

##### Issue SOM improperly calculates scene rectangle. I suppose this is also why the legend falls outside the view. ##### Description of changes Fix the formula. ##### Includes - [X]...

##### Issue Fixes #5982. String values were mapped through `StringVariable.str_val`, which was unnecessary (**is it?**) and replaced missing values with "?". ##### Description of changes This PR just removes mapping,...

##### Issue There are two differences between `data.get_column_view(x)[0]` and `data.transform(Domain([x]).X[:, 0]`. 1. The former is simple and short. 2. The latter works. If using Text to Columns used `get_column_view`, Apply...

needs discussion

Classes used for `compute_value` must have `__eq__` and `__hash__`. ##### Includes - [X] Code changes - [X] Tests

##### Issue Fixes #5643. ##### Description of changes ##### Includes - [X] Code changes - [X] Tests - [ ] Documentation

##### Issue `DiscretizedScale` was defined in module `owscatterplotgraph`. It belongs to `plotutils`. When values were ints that didn't fit into 64 bits, numpy stored thresholds as instances of `object` instead...

##### Issue Fixes #6001, which results from `SimpleTree` predicting `nan` when all target values in a branch are `nan`. ##### Description of changes Add the necessary checks. There may be...

Playing around. Tests for tooltip of nomogram's marker fail randomly, but only on Ubuntu with Python 3.7 or, sometimes, 3.8. Interestingly either both tests, for LR and NB fail or...

##### Issue Fixes #5635. ##### Description of changes In #5635 I wrote about putting the checkbox into table. I disagree with my ex-self: editor for modifying the feature is at...

##### Issue Fixes #5574. ##### Description of changes This is very unusual and I'd hate it to become the norm. But there's nothing reasonable we can put there. Even five-row...

needs discussion