-
Notifications
You must be signed in to change notification settings - Fork 0
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 abstract meta learning approach #88
Conversation
Hello @MorrisNein! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2023-12-19 10:16:53 UTC |
0f30715
to
6382cc1
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #88 +/- ##
==========================================
- Coverage 30.29% 28.71% -1.59%
==========================================
Files 56 60 +4
Lines 2340 2469 +129
==========================================
Hits 709 709
- Misses 1631 1760 +129 ☔ View full report in Codecov by Sentry. |
4d83d19
to
d490cf8
Compare
86de6e5
to
1901863
Compare
@pep8speaks suggest diff |
8290c72
to
4ff939c
Compare
This class is meant to combine meta-learning components into templates to simplify their application.
As an example, I added the implementation of
KNNSimilarityModelAdvice
that I use in experiments.TODO: