Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PyRadiomics Models #338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 28, 2018

  1. ADD: Add PyRadiomics Model schema validation

    Update the PyKwalify validation in PyRadiomics to also allow validation of PyRadiomics model files.
    
    Add an example model file to explain the structure.
    
    Update requirements.txt to enforce PyKwalify version != 1.6.0, as this version contains a bug that breaks the usage of partial schemas, which is utilized to allow validation of the two use cases (parameter file and model file)
    
    Because partial schemas are used, load the schemas outside of pykwalify and pass them during validation as a dict.
    
    Update the testParams script to allow testing of both use cases.
    JoostJM committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    6e599db View commit details
    Browse the repository at this point in the history