Код: Выделить всё
from lazypredict.Supervised import LazyClassifier
clf = LazyClassifier(verbose=0,ignore_warnings=True, custom_metric=None)
models, predictions = clf.fit(x_train, x_test, y_train, y_test)
Подробнее здесь: https://stackoverflow.com/questions/783 ... ent-sparse