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

Refactor meta-learning components to single data transformation #74

Open
3 of 4 tasks
MorrisNein opened this issue Nov 8, 2023 · 0 comments
Open
3 of 4 tasks
Labels
discussion The topic is open for discussion

Comments

@MorrisNein
Copy link
Collaborator

MorrisNein commented Nov 8, 2023

  • Some current meta-learning components include multiple transformations with reuse of other ones.
  • Moreover, there is excess usage of hardcoded configuration and data files affecting the components' behaviour.
  • The usage of cache is ambiguous. The interface of the components must clearly involve cache retrieval and corresponding notification.
  • The current cache implementation may be reconsidered to become a universal lazy computational cache.

These major problems affect a big part of the framework, thus must be solved step-by-step:

@MorrisNein MorrisNein added the discussion The topic is open for discussion label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion The topic is open for discussion
Projects
None yet
Development

No branches or pull requests

1 participant