You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2021. It is now read-only.
What happened:
Facing an issue like AttributeError: 'DataFrame' object has no attribute 'to_delayed' from core.py (line 175, version latest - 0.1.11) data_parts = data.to_delayed() What you expected to happen:
train model by calling
bst = dxgb.train(client, hyperparameters, df, labels)
What happened:
Facing an issue like AttributeError: 'DataFrame' object has no attribute 'to_delayed' from core.py (line 175, version latest - 0.1.11) data_parts = data.to_delayed()
What you expected to happen:
train model by calling
bst = dxgb.train(client, hyperparameters, df, labels)
Minimal Complete Verifiable Example:
Environment: