Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
clf = LazyClassifier(verbose=0,
ignore_warnings=True,
custom_metric=None)
models, predictions = clf.fit(xtrain, xtest, ytrain, ytest)
models
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment