Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 19, 2021 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/1867c7edb8309892335d3649eb676001 to your computer and use it in GitHub Desktop.
Save amankharwal/1867c7edb8309892335d3649eb676001 to your computer and use it in GitHub Desktop.
reg = LazyRegressor(verbose=0,
ignore_warnings=False,
custom_metric=None)
models, predictions = reg.fit(xtrain, xtest, ytrain, ytest)
models
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment