When trying to process any custom dataset (I have tested) containing missing values the process gets stuck in the while loop in train_val_test_split. Imputing the missing values with the hyperimpute library fixes the issue. If this is intentional behavior it would be good to at least throw an error.
When trying to process any custom dataset (I have tested) containing missing values the process gets stuck in the while loop in train_val_test_split. Imputing the missing values with the hyperimpute library fixes the issue. If this is intentional behavior it would be good to at least throw an error.