Maxime Dumonal

Results 5 issues of Maxime Dumonal

Explanability: Shap with Regression models #609 ### Summary First draw of what should be explainability in darts. We use shap library to explain time series, in the case of RegressionModel.

**Describe the bug** When I use resample, the first element of the resampled time series can be nan. **To Reproduce** `from darts import TimeSeries from darts.utils.timeseries_generation import gaussian_timeseries import pandas...

bug

**Is your feature request related to a current problem? Please describe.** `RegressionModel` models type are specific models based on tabular data. There is a possibility to directly compute historical_forecast in...

improvement