Skip to content

Instantly share code, notes, and snippets.

@WillKoehrsen
Last active May 24, 2018 22:35
Show Gist options
  • Save WillKoehrsen/181dc45db61ebaa0482c80b7f2074b93 to your computer and use it in GitHub Desktop.
Save WillKoehrsen/181dc45db61ebaa0482c80b7f2074b93 to your computer and use it in GitHub Desktop.
from tpot import TPOTRegressor
# Create a tpot object with a specified parameters
tpot = TPOTRegressor(max_time_mins = 240, n_jobs = -1,
scoring = 'neg_mean_absolute_error', verbosity = 2,)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment