Update run.py #10891
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#L11
machine_learning/forecasting/run.py:11:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
machine_learning/forecasting/run.py#L16
machine_learning/forecasting/run.py:16:30: F401 `sklearn.pipeline.Pipeline` imported but unused
|
Ruff (F401):
machine_learning/forecasting/run.py#L17
machine_learning/forecasting/run.py:17:55: F401 `sklearn.model_selection.GridSearchCV` imported but unused
|
Ruff (E501):
machine_learning/forecasting/run.py#L28
machine_learning/forecasting/run.py:28:89: E501 Line too long (91 > 88)
|
Ruff (W293):
machine_learning/forecasting/run.py#L67
machine_learning/forecasting/run.py:67:1: W293 Blank line contains whitespace
|
Ruff (W293):
machine_learning/forecasting/run.py#L70
machine_learning/forecasting/run.py:70:1: W293 Blank line contains whitespace
|
Ruff (W293):
machine_learning/forecasting/run.py#L73
machine_learning/forecasting/run.py:73:1: W293 Blank line contains whitespace
|
Ruff (E501):
machine_learning/forecasting/run.py#L74
machine_learning/forecasting/run.py:74:89: E501 Line too long (117 > 88)
|
Ruff (E501):
machine_learning/forecasting/run.py#L76
machine_learning/forecasting/run.py:76:89: E501 Line too long (125 > 88)
|