Update run.py #10892
Annotations
6 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 (SIM114):
machine_learning/forecasting/run.py#L155
machine_learning/forecasting/run.py:155:9: SIM114 Combine `if` branches using logical `or` operator
|
ruff
Process completed with exit code 1.
|