Log metrics #4
Annotations
10 errors
lint:
mlflow/getml/__init__.py#L1
[*] Import block is un-sorted or un-formatted. Run `ruff --fix .` or comment `/autoformat` to fix this error.
|
lint:
mlflow/getml/__init__.py#L5
`typing.Literal` imported but unused. See https://docs.astral.sh/ruff/rules/F401 for how to fix this error.
|
lint:
mlflow/getml/__init__.py#L11
`mlflow.models.ModelSignature` imported but unused; consider removing, adding to `__all__`, or using a redundant alias. See https://docs.astral.sh/ruff/rules/F401 for how to fix this error.
|
lint:
mlflow/getml/__init__.py#L11
`mlflow.models.ModelInputExample` imported but unused; consider removing, adding to `__all__`, or using a redundant alias. See https://docs.astral.sh/ruff/rules/F401 for how to fix this error.
|
lint:
mlflow/getml/__init__.py#L41
Prefer absolute imports over relative imports. See https://docs.astral.sh/ruff/rules/TID252 for how to fix this error.
|
lint:
mlflow/getml/__init__.py#L199
Missing argument description in the docstring for `log_model`: `getml_pipeline`. See https://docs.astral.sh/ruff/rules/D417 for how to fix this error.
|
lint:
mlflow/getml/__init__.py#L305
[*] Import block is un-sorted or un-formatted. Run `ruff --fix .` or comment `/autoformat` to fix this error.
|
lint:
mlflow/getml/autologging.py#L1
[*] Import block is un-sorted or un-formatted. Run `ruff --fix .` or comment `/autoformat` to fix this error.
|
lint:
mlflow/getml/autologging.py#L7
[*] `mlflow.utils.gorilla` imported but unused. Run `ruff --fix .` or comment `/autoformat` to fix this error.
|
lint:
mlflow/getml/autologging.py#L34
[*] Import block is un-sorted or un-formatted. Run `ruff --fix .` or comment `/autoformat` to fix this error.
|