Bruno M L

Results 2 comments of Bruno M L

Put it depends on how you write it, right? For instance: ``` x = cp.Variable(1) t = cp.Variable(1) obj = cp.Minimize(t) print("Is the objective function DCP?", obj.is_dcp()) # True cons...

Hi! Sorry to bother again. Unfortunately, the `store_in_sample_residuals` option was not properly sent to the `fit` method from `skforecast`. The option should be set in the `_fit` method as shown...