orange3 icon indicating copy to clipboard operation
orange3 copied to clipboard

Orange.statistics.utils.stats() counts defined values instead of NaNs

Open markotoplak opened this issue 2 years ago • 0 comments

Orange.statistics.utils.stats() returns number of unknown (NaN) values for dense tables and the number of nonzero values for sparse tables. This wrongly equates undefined values and unknown values.

I'd change that. I think we had similar issues recently. Does anyone remember them and what did we do there?

markotoplak avatar Jul 27 '22 11:07 markotoplak