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

Migrations support for lightwood #1170

Open
ea-rus opened this issue Jun 28, 2023 · 0 comments
Open

Migrations support for lightwood #1170

ea-rus opened this issue Jun 28, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request JsonAI refactor Some part of the code is working ok for now, but for various reasons should be refactored

Comments

@ea-rus
Copy link
Contributor

ea-rus commented Jun 28, 2023

It would be great to be able to use models created on old version of lightwood with new version.
It can be made by:

  • using migrations. Model files and configs should be updated from version to version with migration scripts
  • using extendable lightwood API. Runed model should call api functions from exposed lighwood api. New version of lighwood should keep method signature back compatible (by adding a new optional parameter to existing method or create new method.)

To be able to do this we might need to get rid off generation of code for model and replace it with configuration files

@ea-rus ea-rus added the enhancement New feature or request label Jun 28, 2023
@paxcema paxcema added refactor Some part of the code is working ok for now, but for various reasons should be refactored JsonAI labels Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request JsonAI refactor Some part of the code is working ok for now, but for various reasons should be refactored
Projects
None yet
Development

No branches or pull requests

2 participants