def train_support_vector_regression(): # Picking model return mp.ModelProperties(regression=True), svm.SVR() # http://xgboost.readthedocs.io/en/latest/python/python_api.html