flower
flower copied to clipboard
XGBoost in Flower
What is your question?
Hi, I'm trying to implement XGBoost in Flower framework but it's giving me errors on setting initial parameters. Can someone please help me what is the issue?
model = XGBClassifier() utils.set_initial_params(model)
Having the same issue. Have you found the solution yet?