This function discretizes a dataset when provided with both continuous and discretized versions of a training dataset.
discretize_cutp(cont_test_set, disc_train_set, cont_train_set)The matrix or dataframe of the dataset to discretize.
The matrix or dataframe of the discretized training dataset.
The matrix or dataframe of the continuous training dataset.
Adrien Ehrhardt