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
Deprecate set_weight_col() in favor of set_weights()
- Add deprecation warning to set_weight_col() (Fixes#208)
- Add test for set_weights() with string column name argument
- set_weights() already handles both array and string inputs
- Users should use set_weights(column_name) instead of set_weight_col(column_name)
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments