Skip to content

Instantly share code, notes, and snippets.

@atriptoparadise
Created July 26, 2019 21:05
Show Gist options
  • Save atriptoparadise/4ac5d538d62bb8b50976ae0e928e5012 to your computer and use it in GitHub Desktop.
Save atriptoparadise/4ac5d538d62bb8b50976ae0e928e5012 to your computer and use it in GitHub Desktop.
# XGB
xgb = XGBRegressor()
xgb.fit(X_train_scaled, y_train)
plotModelResults(xgb, X_train=X_train_scaled, X_test=X_test_scaled, plot_intervals=True, plot_anomalies=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment