I used GridSearchCV to find the best set of hyperparameters for XGBoost algorithm:
xgb_parameters = {\'n_estimators\' : [100, 200, 300],