Ajda

Results 162 comments of Ajda

I tried to replicate this on iris and on your example and I get the same probabilities in both cases.

Since you're involving me in the discussion for some reason, I'll add my two cents. We are an open source project. Anyone can contribute. What we do for Orange, we...

The issue is explained here: https://github.com/biolab/orange3/issues/5655 It seems this cannot be solved easily.

This need to be clarified a bit. I think the issue here is that Test and Score recomputes if you change the name of the learner on the input, which...

> What about this: there we'd have a button that says "Reset", that puts points at neutral position (or whatever for logistic regression). When we have data on input, the...

Would it be possible to have something similar to pandas' `data["sepal length"]`? This would not require to name the method, but it would likely require too much messing with the...

> A user in the Discord support channel was confused why in_data['Date',]= str(datetime.datetime.strptime(date, "%d.%m.%Y")) wasn't working. This is because most people are used to working with pandas, but Orange's data...

Spectroscopy add-on has Multifile widget, which seems to be something along these lines.

This is not a bug, it is by design. In the background, Orange uses `compute_value`, a function whose goal is to transform any new rows into an appropriate form with...

I know, I wasn't referring to "ordinal" in terms of some special property in Orange, just conceptually. I was just working with a clinical data with variables such as: "Systolic...