getting an error while fitting with lazypredict
from lazypredict.Supervised import LazyClassifierclf = LazyClassifier(verbose=0,ignore_warnings=True, custom_metric=None)models, predictions = clf.fit(x_train, x_test, y_train, y_test)TypeError: OneHotEncoder.init() got an unexpected keyword argument 'sparse'