jleuschn / dival

Deep Inversion Validation Library
MIT License
75 stars 14 forks source link

Get data pairs per index method + fix directory bug #24

Closed MBaltz closed 4 years ago

MBaltz commented 4 years ago

Method: _get_data_pairs_perindex

Example of method use:

test_data = dataset.get_data_pairs_per_index('test', [1, 5, 6, 80, 150, 235])

Directory bug

jleuschn commented 4 years ago

Thanks for adding this :+1: