In the current state of train_test_validate disjoint-set splitting is not implemented.
Multi-label splitting is a non-trivial problem. The most straight forward approach to solving this is most likely an iterative approach, potentially something akin to skmultilearn's iterative stratification.
In the current state of train_test_validate disjoint-set splitting is not implemented.
Multi-label splitting is a non-trivial problem. The most straight forward approach to solving this is most likely an iterative approach, potentially something akin to skmultilearn's iterative stratification.