Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 19, 2021 12:42
Show Gist options
  • Save amankharwal/10f8b701c7cdae16c6ac28251936168b to your computer and use it in GitHub Desktop.
Save amankharwal/10f8b701c7cdae16c6ac28251936168b to your computer and use it in GitHub Desktop.
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