biobb_ml/resampling/reg_resampler.py
4
E721:
do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
31
if
type
(
target
)
==
int
:
99
if
type
(
tmp
)
==
int
:
108
if
type
(
self
.
Y_classes
)
==
int
:
118
if
type
(
self
.
target
)
==
int
: