-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] Added class weights to feature based classifiers #2512
base: main
Are you sure you want to change the base?
Conversation
Thank you for contributing to
|
@all-contributors please add @lucifer4073 for code |
I've put up a pull request to add @lucifer4073! 🎉 |
Can you please verify if all the input values work? does not have to be a test. |
thanks for this, I think a simple test with different call options would be helpful |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this but i think it should be tested to make sure its working properly
Reference Issues/PRs
contributes to #1777. Refers PR #1776.
What does this implement/fix? Explain your changes.
The given implementation adds class weights parameter to classification/feature based module.
Code changes for a signature feature based classifier.
Does your contribution introduce a new dependency? If yes, which one?
No
Any other comments?
PR checklist
For all contributions
For new estimators and functions
__maintainer__
at the top of relevant files and want to be contacted regarding its maintenance. Unmaintained files may be removed. This is for the full file, and you should not add yourself if you are just making minor changes or do not want to help maintain its contents.For developers with write access