LGBM forecaster with real Bayesian tuning and SHAP.
This module provides :class:ForecasterRecursiveLGBMFull, which combines the LightGBM forecaster from spotforecast2-safe with Bayesian hyperparameter optimisation (Optuna) and SHAP-based feature importance from :class:~spotforecast2.manager.models.ForecasterRecursiveModelFull.
LGBM forecaster with real Bayesian tuning and SHAP.
Inherits the LightGBM forecaster initialisation from :class:~spotforecast2_safe.manager.models.forecaster_recursive_lgbm.ForecasterRecursiveLGBM (spotforecast2-safe) and adds the real :meth:tune and :meth:get_global_shap_feature_importance from :class:~spotforecast2.manager.models.ForecasterRecursiveModelFull.
The MRO ensures that :meth:tune and SHAP methods resolve from ForecasterRecursiveModelFull, while the LightGBM-specific __init__ (estimator wiring) comes from ForecasterRecursiveLGBM.