Skip to content

Instantly share code, notes, and snippets.

@brunoventura
Created February 2, 2018 23:23
Show Gist options
  • Save brunoventura/26b36b386efda497a7a42e5e4ae3c337 to your computer and use it in GitHub Desktop.
Save brunoventura/26b36b386efda497a7a42e5e4ae3c337 to your computer and use it in GitHub Desktop.
est_gp = SymbolicRegressor ( population_size = 5000 ,
generations = 20, stopping_criteria = 0.01,
p_crossover = 0.7, p_subtree_mutation = 0.1,
p_hoist_mutation = 0.05, p_point_mutation = 0.1,
max_samples = 0.9, verbose = 1 ,
parsimony_coefficient = 0.01, random_state = 0 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment