cellcanvas / cellcanvas/cellcanvas-prototype
store trained segmentation models
- Dominant language
- Python
- Stars
- 12
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
We need a way to store and load trained segmentation models.
Currently, we are using scikit-learn to train models, which suggests a couple of ways to serialize the model via pickle and joblib.
https://scikit-learn.org/stable/model_persistence.html
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing segmentation-model training flow, then review the linked scikit-learn model persistence guidance for pickle and joblib. Done means trained segmentation models can be stored and loaded reliably, though the issue does not name files, tests, or a specific persistence interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, scikit-learn
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100