-
- Downloads
Merge remote-tracking branch...
Merge remote-tracking branch 'origin/lukas_issue144_feat_workflow-with-advanced-data-handling' into felix_issue140-implement-station-preparation
Showing
- src/configuration/path_config.py 2 additions, 2 deletionssrc/configuration/path_config.py
- src/data_handling/__init__.py 3 additions, 0 deletionssrc/data_handling/__init__.py
- src/data_handling/advanced_data_handling.py 306 additions, 0 deletionssrc/data_handling/advanced_data_handling.py
- src/data_handling/data_preparation.py 10 additions, 5 deletionssrc/data_handling/data_preparation.py
- src/data_handling/data_preparation_neighbors.py 67 additions, 0 deletionssrc/data_handling/data_preparation_neighbors.py
- src/data_handling/iterator.py 200 additions, 0 deletionssrc/data_handling/iterator.py
- src/model_modules/linear_model.py 14 additions, 8 deletionssrc/model_modules/linear_model.py
- src/model_modules/model_class.py 45 additions, 83 deletionssrc/model_modules/model_class.py
- src/run.py 2 additions, 3 deletionssrc/run.py
- src/run_modules/experiment_setup.py 8 additions, 4 deletionssrc/run_modules/experiment_setup.py
- src/run_modules/model_setup.py 9 additions, 7 deletionssrc/run_modules/model_setup.py
- src/run_modules/post_processing.py 14 additions, 13 deletionssrc/run_modules/post_processing.py
- src/run_modules/pre_processing.py 55 additions, 41 deletionssrc/run_modules/pre_processing.py
- src/run_modules/training.py 12 additions, 12 deletionssrc/run_modules/training.py
- src/workflows/abstract_workflow.py 1 addition, 1 deletionsrc/workflows/abstract_workflow.py
- test/test_data_handling/test_iterator.py 228 additions, 0 deletionstest/test_data_handling/test_iterator.py
- test/test_helpers/test_helpers.py 1 addition, 1 deletiontest/test_helpers/test_helpers.py
- test/test_model_modules/test_model_class.py 9 additions, 5 deletionstest/test_model_modules/test_model_class.py
- test/test_modules/test_model_setup.py 53 additions, 20 deletionstest/test_modules/test_model_setup.py
- test/test_modules/test_pre_processing.py 1 addition, 1 deletiontest/test_modules/test_pre_processing.py
Loading
Please register or sign in to comment