Open janvanrijn opened 6 years ago
Currently we store (for numeric columns):
Where X = {mean, stdev, kurtosis, skewness}. Something similar for information theoretic measures of nominal atts.
This selection is arbitrary and not well supported in the literature.
Much better would be to store a vector of each value per attribute, giving the possibility to researchers to calculate these values client-side.
Currently we store (for numeric columns):
Where X = {mean, stdev, kurtosis, skewness}. Something similar for information theoretic measures of nominal atts.
This selection is arbitrary and not well supported in the literature.
Much better would be to store a vector of each value per attribute, giving the possibility to researchers to calculate these values client-side.