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

Add set_params to Estimator base class #147

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

tomlincr
Copy link
Contributor

Fixes #146

Adding a sklearn-compatible set_params method to Estimator base class, useful for hyperparameter tuning.

Tested, coverage should be unchanged

@codecov-commenter
Copy link

Codecov Report

Merging #147 (45e833e) into master (d750b33) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master     #147   +/-   ##
=======================================
  Coverage   97.41%   97.41%           
=======================================
  Files          63       63           
  Lines        2707     2711    +4     
=======================================
+ Hits         2637     2641    +4     
  Misses         70       70           
Files Changed Coverage Δ
karateclub/estimator.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@LucaCappelletti94 LucaCappelletti94 merged commit 5e1fe9c into benedekrozemberczki:master Feb 22, 2024
4 checks passed
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.

Add set_params to Estimator base class
3 participants