Remove deprecated sample_weight in naive bayes/sample_weights in hinge_loss - #8221
Conversation
|
The only remaining deprecations to remove this release cycle are |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (5)
💤 Files with no reviewable changes (4)
📝 WalkthroughSummary by CodeRabbitBreaking Changes
WalkthroughThis PR removes deprecated ChangesDeprecation Cleanup for sample_weight Parameters
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/merge |
This removes:
sample_weightsalias inhinge_losssample_weightarg to discrete naive bayes estimatorsPart of #8220.