Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created June 19, 2021 12:45
Embed
What would you like to do?
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