Update run.py #10893
Annotations
10 errors
Ruff (E501):
machine_learning/forecasting/run.py#L3
machine_learning/forecasting/run.py:3:89: E501 Line too long (103 > 88)
|
Ruff (I001):
machine_learning/forecasting/run.py#L12
machine_learning/forecasting/run.py:12:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
machine_learning/forecasting/run.py#L17
machine_learning/forecasting/run.py:17:30: F401 `sklearn.pipeline.Pipeline` imported but unused
|
Ruff (F401):
machine_learning/forecasting/run.py#L18
machine_learning/forecasting/run.py:18:55: F401 `sklearn.model_selection.GridSearchCV` imported but unused
|
Ruff (F401):
machine_learning/forecasting/run.py#L21
machine_learning/forecasting/run.py:21:29: F401 `sklearn.metrics.mean_squared_error` imported but unused
|
Ruff (E501):
machine_learning/forecasting/run.py#L25
machine_learning/forecasting/run.py:25:89: E501 Line too long (91 > 88)
|
Ruff (W293):
machine_learning/forecasting/run.py#L51
machine_learning/forecasting/run.py:51:1: W293 Blank line contains whitespace
|
Ruff (W293):
machine_learning/forecasting/run.py#L54
machine_learning/forecasting/run.py:54:1: W293 Blank line contains whitespace
|
Ruff (W293):
machine_learning/forecasting/run.py#L57
machine_learning/forecasting/run.py:57:1: W293 Blank line contains whitespace
|
Ruff (E501):
machine_learning/forecasting/run.py#L58
machine_learning/forecasting/run.py:58:89: E501 Line too long (117 > 88)
|