AIM-Harvard / pyradiomics

Open-source python package for the extraction of Radiomics features from 2D and 3D images and binary masks. Support: https://discourse.slicer.org/c/community/radiomics
http://pyradiomics.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.14k stars 492 forks source link

fix: label assignment for feature extraction #756

Closed ysuter closed 2 years ago

ysuter commented 2 years ago

In the example for parallel batch processing: If the user passes a label column in the input CSV, the fetched label does not get passed to the feature extractor. This leads to extracting features of the same label, even if different labels are provided in the CSV file. The non-parallel versions already do this correctly.