WORC icon indicating copy to clipboard operation
WORC copied to clipboard

Workflow for Optimal Radiomics Classification

Results 8 WORC issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When running the BasicWORC tutorial, it runs without any issue using the 'predict/CalcFeatures:1.0' configuration for FeatureCalculators. However, when using the 'pyradiomics/Pyradiomics:1.0', the features are not calculated. I...

I have CT data in DICOM format stored on the computer (about 300 slices per series). I want to load and use 3D images, can I supply the SimpleITK.Image type...

**Describe the bug** I used 4 clinical paramters as semantic features in WORC. They are age, gender, pain and motor symptoms. Except age, the other features are categorical, e.g. 0,1,2....

**Describe the bug** After pip install WORC all libs like scikit-learn and imbalanced-learn are downgraded to versions which have conflicts with other libraries. I get the following error when importing...

Is it possible to evaluate two or more test sets individually? Train on A, test on B, C, D, ... and output corresponding performances (perf-B, perf-C, perf-D, ...)? I have...

I follow the [tutorial](https://github.com/MStarmans91/WORCTutorial/blob/master/WORCTutorialBasic.py) and fed my own data. The network execution finished but most of jobs/classification tasks failed. ``` ... [INFO] noderun:0592 >> Creating job for node fastr:///networks/WORC_BCMS_SY/0.0/runs/WORC_BCMS_SY_2023-05-30T21-36-06/nodelist/classification sample...

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.23.1 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...

dependencies

following information: - OS: Ubuntu - Python version: 3.7 - WORC version : 3.6.3 - pyradiomics version: 2.2.0 **When I run the code, I receive the following error:** ### ValueError:...