Skip to content

Models

Three ML model implementations, each configurable via a dedicated YAML file.

ModelFileConfig
LSTMlstm_model.pyLSTM_config_NiceGUI.yaml
XGBoostxgboost_model.pyXGBoost_config_NiceGUI.yaml
Linear Regressionlinear_regression_model.pyLinearRegression_config_NiceGUI.yaml
Gompertzgompertz_model.pyLinked to other models as a hybrid approach, no individual config needed

All models are loaded and managed by app/services/model_manager.py and accessed through a unified interface so the services layer never needs to know which framework is underneath.