torchdms.data.SplitDataframe

class torchdms.data.SplitDataframe(*, test_data, val_data, train_data_list)[source]

Bases: object

Dataframes for each of test, validation, and train.

Train is partitioned into a list of dataframes according to the number of mutations.

Methods