Description
Leverage the scaffolding function to create get_data.py scripts for each CM-level model. Use the model catalog to verify that each script includes the correct querysets, and adjust scripts as needed to meet model-specific requirements. Ensure validation includes alignment with querysets specified in the model catalog to maintain consistency and data integrity.
Objectives and Requirements
Generate Data Loading Scripts:
Utilize the scaffolding function from to create get_data.py scripts for all CM-level models, placing them in each model’s src/dataloaders/ directory.
Ensure each script loads data using the correct querysets based on the model catalog.
Customization and Validation:
Adjust each get_data.py script as needed for specific CM model configurations.
Validate each script to ensure it meets model-specific data loading requirements and confirm data integrity.
Tasks
[ ] Generate get_data.py scripts for CM models using the scaffolding function from Issue 1.
[ ] Consult the model catalog as the source of truth for querysets while creating and validating get_data.py scripts.
[ ] Modify and test each script to ensure it aligns with model-specific data requirements and document any custom configurations applied to CM models.
Next Steps
Once all get_data.py scripts are complete, we move on to implementing the actual models
Labels CM-level, data loading, querysets, validation
Issue: Generate
get_data.py
Scripts for CM-Level ModelsTHIS CAN NOT BE DONE BEFORE:
Description
Leverage the scaffolding function to create
get_data.py
scripts for each CM-level model. Use the model catalog to verify that each script includes the correct querysets, and adjust scripts as needed to meet model-specific requirements. Ensure validation includes alignment with querysets specified in the model catalog to maintain consistency and data integrity.Objectives and Requirements
Generate Data Loading Scripts:
get_data.py
scripts for all CM-level models, placing them in each model’ssrc/dataloaders/
directory.Customization and Validation:
get_data.py
script as needed for specific CM model configurations.Tasks
get_data.py
scripts for CM models using the scaffolding function from Issue 1.get_data.py
scripts.Next Steps
Once all
get_data.py
scripts are complete, we move on to implementing the actual modelsLabels
CM-level
,data loading
,querysets
,validation