BlueBrain / morphoclass

Neuronal morphology preparation and classification using Machine Learning.
https://morphoclass.readthedocs.io
Apache License 2.0
8 stars 4 forks source link

Refactor the `train` and `eval` stages in DVC #3

Closed FrancescoCasalegno closed 2 years ago

FrancescoCasalegno commented 2 years ago

After refactoring the training functionalities in order to have separate DVC stages for feature extraction, we need to adapt the train and eval stages to use the features produced by those previous stages.