HiCiChlid
Results
1
comments of
HiCiChlid
I think 306 lines "train_features, valid_features, train_labels, valid_labels = train_test_split(features, labels, test_size = 0.15, stratify=labels)" is the final reason of the problem. `stratify` is for classification not for regression.