MOVEDataset stores categorical_shapes and continuous_shapes. The former is a list of tuples containing three numbers: number of samples, number of features, number of categories per feature. The first item is not needed, and it is inconsistent with continuous_shapes (which does not store the number of samples, but only number of features).
Several functions will be affected by this change.
MOVEDataset
storescategorical_shapes
andcontinuous_shapes
. The former is a list of tuples containing three numbers: number of samples, number of features, number of categories per feature. The first item is not needed, and it is inconsistent withcontinuous_shapes
(which does not store the number of samples, but only number of features).Several functions will be affected by this change.