Skip to content

Instantly share code, notes, and snippets.

@parulnith
Created March 5, 2023 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parulnith/e4f511808604124dd96e786a02b6b3d0 to your computer and use it in GitHub Desktop.
Save parulnith/e4f511808604124dd96e786a02b6b3d0 to your computer and use it in GitHub Desktop.
xgb_best = H2OXGBoostEstimator(**params_best,
monotone_constraints=mono_constraints)
xgb_best.train(x=features, y=target, training_frame=training_frame,
validation_frame=validation_frame)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment