Getting the following error when trying to use tune_grid with prophet. I think it is because the growth() parameter is translating to linear in the tuning grid.
Error: The provided `grid` has the following parameter columns that have not been marked for tuning by `tune()`: 'linear'.
Run `rlang::last_error()` to see where the error occurred.
Getting the following error when trying to use
tune_grid
with prophet. I think it is because thegrowth()
parameter is translating tolinear
in the tuning grid.Example code below
When running
tune_grid
the error that appears is