Skip to content

Update run.py

Update run.py #10892

Triggered via pull request October 11, 2024 07:52
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.