Vesna Tanko
Vesna Tanko
**What's wrong?** ``` Traceback (most recent call last): File "/Users/vesna/pyqtgraph/pyqtgraph/graphicsItems/AxisItem.py", line 636, in paint specs = self.generateDrawSpecs(painter) File "/Users/vesna/pyqtgraph/pyqtgraph/graphicsItems/AxisItem.py", line 955, in generateDrawSpecs tickLevels = self.tickValues(self.range[0], self.range[1], lengthInPixels) File "/Users/vesna/orange3/Orange/widgets/visualize/owscatterplotgraph.py",...
- Exporting to currently open ppt Applicability: General. Importance: Low, but it was very pleasant to use on Spotfire. (KH) - **JD:** This is very platform specific
**What's wrong?** ``` domain = Domain([], metas=[StringVariable("S1")]) data = Table.from_list(domain, [["A"], ["B"], [None]]) self.widget.setData(data) editor = StringFeatureEditor() editor.nameedit.setText("S2") editor.expressionedit.setText("S1 + S1") self.widget.addFeature(editor.editorData()) self.widget.apply() output = self.get_output(self.widget.Outputs.data) print(output) ``` The above...
##### Issue NMF crashed with `ZeroDivisionError: float division` when all ratings for a user (or. an item) were 0. ##### Description of changes Fix `sgd()` to skip update step when...
##### Issue Move PLS widget from Orange-spectroscopy. ##### Includes - [X] Code changes - [X] Tests - [x] Documentation
##### Issue Rename `Data` output to `Data with Scores`. ##### Includes - [X] Code changes - [ ] Tests - [ ] Documentation
##### Issue Alternative to #6780 ##### Description of changes - add `loadings` columns to Coefficients output - rename Coefficients output to Coefficients and Loadings ##### Includes - [X] Code changes...
##### Issue `PLSModel` should extend `LinearModel`. ##### Includes - [X] Code changes - [ ] Tests - [ ] Documentation
##### Issue PLS widget crashes when data has target with missing values. ##### Description of changes ##### Includes - [X] Code changes - [X] Tests - [ ] Documentation
##### Issue ##### Description of changes ##### Includes - [X] Code changes - [X] Tests - [ ] Documentation