feat: add sklearn compatibility with __sklearn_tags__
method
#60
Annotations
6 errors
Test with pytest
Process completed with exit code 1.
|
Lint with Ruff:
ml2sql/utils/modelling/main_modeler.py#L4
ml2sql/utils/modelling/main_modeler.py:4:38: F401 `typing.Optional` imported but unused
|
Lint with Ruff:
ml2sql/utils/modelling/main_modeler.py#L4
ml2sql/utils/modelling/main_modeler.py:4:54: F401 `typing.Union` imported but unused
|
Lint with Ruff:
ml2sql/utils/modelling/models/base_model.py#L3
ml2sql/utils/modelling/models/base_model.py:3:18: F401 `pandas` imported but unused
|
Lint with Ruff:
ml2sql/utils/modelling/models/base_model.py#L4
ml2sql/utils/modelling/models/base_model.py:4:17: F401 `numpy` imported but unused
|
Lint with Ruff
Process completed with exit code 1.
|
Loading