Commit 4bbfad0
committed
Refactor and remove deprecated notebooks for model training and serving
- Deleted `lecture4.train_register_basic_model.py` and `lecture4.train_register_custom_model.py` as they are no longer needed.
- Removed `lecture6.ab_testing.py` and `lecture6.deploy_model_serving_endpoint.py` to streamline the workflow.
- Consolidated A/B testing logic into a new `ab_testing.py` notebook for better organization.
- Merged model serving endpoint deployment into `deploy_model_serving_endpoint.py` for clarity.
- Created `marvel_create_monitoring_table.py` to handle monitoring table creation.
- Added `marvel_data_preprocessing.py` for data preprocessing tasks.
- Introduced `mlflow_experiment_tracking.py` for enhanced MLflow experiment tracking.
- Updated `train_register_basic_model.py` and `train_register_custom_model.py` to reflect new structure and practices.1 parent 8506f66 commit 4bbfad0
7 files changed
Lines changed: 0 additions & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments