Skip to content
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: class_weights param #103

Merged
merged 7 commits into from
Nov 3, 2020
Merged

ENH: class_weights param #103

merged 7 commits into from
Nov 3, 2020

Conversation

adriangb
Copy link
Owner

@adriangb adriangb commented Oct 11, 2020

Closes #52. Blocked by #88, will redirect destination branch to master after that is merged.

@codecov-io
Copy link

codecov-io commented Oct 11, 2020

Codecov Report

Merging #103 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
+ Coverage   99.46%   99.48%   +0.01%     
==========================================
  Files           5        5              
  Lines         566      577      +11     
==========================================
+ Hits          563      574      +11     
  Misses          3        3              
Impacted Files Coverage Δ
scikeras/wrappers.py 99.07% <100.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe0efdf...fa8581a. Read the comment docs.

@adriangb adriangb marked this pull request as draft October 11, 2020 16:27
@adriangb adriangb changed the title WIP: class_weights param WIP/ENH: class_weights param Oct 11, 2020
@adriangb adriangb changed the base branch from master to data-processing-ref October 11, 2020 17:43
@adriangb adriangb mentioned this pull request Oct 13, 2020
17 tasks
@adriangb adriangb changed the base branch from data-processing-ref to master November 3, 2020 06:50
@adriangb adriangb marked this pull request as ready for review November 3, 2020 06:51
@adriangb adriangb changed the title WIP/ENH: class_weights param ENH: class_weights param Nov 3, 2020
@adriangb adriangb merged commit 2e6e74d into master Nov 3, 2020
@adriangb adriangb deleted the class-weights branch November 3, 2020 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: implement handling of class_weights param
2 participants