KWiecko
KWiecko
For a single record data frame train_test_split() sometimes assigns this single record to test set.
**Describe the issue**: _Disclaimer: I know the bug looks silly but I still wanted to give a heads up._ For a single data frame with only 1 record `train_test_split()` sometimes...
**What happened**: When `sample_weight` is specified and train() method input's npartitions is not equal to the number of workers the following evaluation: sample_weight = concat(sample_weight) if np.all(sample_weight) else None fails...
**Describe the issue**: I'm sorry I can't share the code (it is confidential) but I'll try to describe the 'crash' scenario as best I can. I'll start with brief data...