Jupyter Extension version (available under the Extensions sidebar): 3.10.14
Python Extension version (available under the Extensions sidebar): X3.10.14
OS (Windows | Mac | Linux distro) and version: Macbook 14.6
Python and/or Anaconda version:
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
Jupyter server running: Local | Remote | N/A: local
Expected behaviour
Actual behaviour
The Kernel crashed while executing code in the current cell or a previous cell.
Please review the code in the cell(s) to identify a possible cause of the failure.
Click here for more info.
View Jupyter log for further details.
Environment data
Expected behaviour
Actual behaviour
The Kernel crashed while executing code in the current cell or a previous cell. Please review the code in the cell(s) to identify a possible cause of the failure. Click here for more info. View Jupyter log for further details.
Steps to reproduce:
``` predictor = TimeSeriesPredictor( prediction_length=horizon, path="output", target="target", #known_covariates_names=["week"], eval_metric="WQL", freq = "W-MON" ) ```