Created
March 5, 2023 03:04
-
-
Save parulnith/e4f511808604124dd96e786a02b6b3d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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