. ├── main.py # Main orchestration script ├── models.py # Classification models (Decision Tree, XGBoost) ├── autoencoder.py # Autoencoder for dimensionality reduction ├── loading_data.py # Data ...
This practical work (TP) teaches MLOps tools and practices using a real-world turbofan engine anomaly detection project. You will learn to: student-template ...