Improvements
- Enhanced
plot.shapr()with smarter defaults forindex_x_explain: now defaults to1:10for bar and waterfall plots, and all observations for scatter and beeswarm plots. Informative messages are shown if more than 10 observations are available for bar/waterfall plots (#487). - Renamed ARIMA model methods from
forecast_ARIMAtofc_modelin S3 method registrations and implementations after class name change in theforecastpackage (to align withfablepackage conventions). This affects bothget_model_specsandpredict_modelmethods. CRAN tests added to catch such up front in the future (#487). - Updated
plot_MSEv_eval_crit()and related documentation to use "coalition" instead of "comb" for plot types, improving clarity and consistency (#487).
Documentation
- Various minor documentation clarifications and improvements (#487)