Last active
July 17, 2019 08:08
-
-
Save risenW/de2f7dfb08eb9420e917bcc3108f4eb5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import xgboost as xgb | |
xgb_model = xgb.XGBRegressor(n_estimators=100) | |
print("MAE Sccore: ", cross_validate(xgb_model, 10, X_train, y_train)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment