Skip to content

Refactor storage for better migration and kernel switching #22

Open
@dmi3coder

Description

@dmi3coder

Currently, each kernel saves data in its own way. So currently if I want to switch one kernel to another I need to drop all the data. It can be really good if we can re-use some of data.
Actually, I don't think we'll have support between e.g KNN and Logistic regression, so on changing the kernel we'll need to drop model data and re-train new model.
In any case, we'll need to draw a diagram on how storage should interact with kernels.

  • introduce versioning of kernels and migration from one version to next on upgrade

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request💪🏽O(n^2)Difficulty of problem - Hard

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions