-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request💪🏽O(n^2)Difficulty of problem - HardDifficulty of problem - Hard
Milestone
Description
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 requestNew feature or request💪🏽O(n^2)Difficulty of problem - HardDifficulty of problem - Hard