Guest User

Untitled

a guest
May 24th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. from tpot import TPOTRegressor
  2.  
  3. # Create a tpot object with a specified parameters
  4. tpot = TPOTRegressor(max_time_mins = 240, n_jobs = -1,
  5. scoring = 'neg_mean_absolute_error', verbosity = 2,)
Add Comment
Please, Sign In to add comment