Marko Toplak

Results 141 comments of Marko Toplak

A survey of the current use of the two representation options, before we discuss this further. Feature coefficients in the (original) feature space: - PCA (Components) - k-Means (Centroids) -...

After your procedure, you have a mix of conda and pip packages. Sometimes, these won't work together. BTW, the spyder warning does not mean anything problematic for Orange, but could...

Yes, I confirm that updating Anaconda installations with the add-on dialog does not work properly. There are two problems here: 1) The anaconda packaged version is old and we do...

What you suggest would be a good thing to do, it is just hard to implement properly (with both conda and pip).

@apenczolgolonabijorbiper, to upgrade my fresh Anaconda installation with Orange 3.26 (the default you get from the Navigator) to the latest Orange release, I needed the following commands: ``` conda config...

Thanks for reporting that commands from the Web page do not work properly; I have also updated the web page with this info.

I am reopening this one. I know Orange is strict about variable reuse, but this case is different. So here the user had a raw variable and renamed it, which...

It is interesting that you mention ordinal variables. We removed support for them in Orange quite recently, I think. We removed them since no widget knew how to work with...

This was not the only cause for failing tests, but I still think that removing this code is beneficial. :)

Yea, `compute_cd` could stay, but as nothing in Orange uses it, I thought it was best to remove it.