Skip to content

Instantly share code, notes, and snippets.

@pabloalcain
Created October 1, 2022 20:47
Show Gist options
  • Save pabloalcain/040ceac5b19768cd695cfcda8410493e to your computer and use it in GitHub Desktop.
Save pabloalcain/040ceac5b19768cd695cfcda8410493e to your computer and use it in GitHub Desktop.
...
classifier = fit_model(features, target)
save_model(classifier, "model.pkl")
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment