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

feat: Model selection using combination of different Transfer algorithms #105

Merged
merged 7 commits into from
Jun 17, 2023

Conversation

atiqm
Copy link
Contributor

@atiqm atiqm commented Jun 17, 2023

  • Two added classes : TransferTreeSelector, TransferForestSelector. They both use previsouly implemented classes.
  • Minor changes to deal with algorithms argument management

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 86.69% and project coverage change: -0.03 ⚠️

Comparison is base (2b274f5) 93.86% compared to head (64da542) 93.84%.

❗ 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.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
- Coverage   93.86%   93.84%   -0.03%     
==========================================
  Files          37       37              
  Lines        4419     4598     +179     
==========================================
+ Hits         4148     4315     +167     
- Misses        271      283      +12     
Impacted Files Coverage Δ
adapt/parameter_based/_transfer_tree.py 90.51% <86.56%> (+0.74%) ⬆️
adapt/parameter_based/__init__.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@antoinedemathelin antoinedemathelin changed the title Model selection using combination of different Transfer algorithms feat: Model selection using combination of different Transfer algorithms Jun 17, 2023
@antoinedemathelin antoinedemathelin merged commit 324930c into adapt-python:master Jun 17, 2023
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants