Minyus / pipelinex

PipelineX: Python package to build ML pipelines for experimentation with Kedro, MLflow, and more
https://pipelinex.readthedocs.io/
Other
223 stars 11 forks source link

Thoughts on how to validate configs? #19

Open npow opened 1 year ago

npow commented 1 year ago

Hi, any thoughts on how to verify that a config file follows a certain schema? eg. certain fields must exist and be of certain types etc? Kind of like type annotations in python, but in YAML?