Skip to content

Instantly share code, notes, and snippets.

@jrzaurin
Last active March 9, 2019 12:48
Show Gist options
  • Save jrzaurin/f8f5bc8f8dad2b88a97361e7eb55dfe8 to your computer and use it in GitHub Desktop.
Save jrzaurin/f8f5bc8f8dad2b88a97361e7eb55dfe8 to your computer and use it in GitHub Desktop.
env = Environment(
train_dataset=data,
results_path='HyperparameterHunterAssets',
metrics=[metrics],
do_predict_proba = do_predict_proba,
cv_type=cv_type,
cv_params=dict(n_splits=n_splits),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment