Skip to content

Instantly share code, notes, and snippets.

@sean-mcclure
Created November 7, 2021 22:39
Show Gist options
  • Save sean-mcclure/d4755da3de77e08f7d3f8ba2b5f41e9a to your computer and use it in GitHub Desktop.
Save sean-mcclure/d4755da3de77e08f7d3f8ba2b5f41e9a to your computer and use it in GitHub Desktop.
Initializing our TPOT pipeline optimizer
# Initializing our TPOT pipeline optimizer
pipeline_optimizer = TPOTClassifier(generations=5, verbosity=2, config_dict="TPOT light")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment