Skip to content

Instantly share code, notes, and snippets.

@omchaithanyav
Created December 10, 2021 07:25
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 omchaithanyav/c00d05346ed30ffe0868534721d84111 to your computer and use it in GitHub Desktop.
Save omchaithanyav/c00d05346ed30ffe0868534721d84111 to your computer and use it in GitHub Desktop.
from flashML import autoML
aml = autoML()
aml.fit(X_train, X_test, y_train, y_test, "classification", "f1_score")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment