morphoclass morphometrics extract-features now takes in input the dataset-csv (i.e. only one CSV file) instead of organised-dataset-directory (i.e. a whole directory that is then explored to read CSV files for each layer).
This makes the command more similar to morphoclass extract-features.
The output filesystem structure produced of feature extraction and model training is now the same for morphoclass and other features.
I.e. the naming convention follows the structure <dataset>-<layer>:
Fixes #60
Description
morphoclass morphometrics extract-features
now takes in input thedataset-csv
(i.e. only one CSV file) instead oforganised-dataset-directory
(i.e. a whole directory that is then explored to read CSV files for each layer). This makes the command more similar tomorphoclass extract-features
.<dataset>-<layer>
:dvc
bydvc[ssh]
inrequirements-extras.txt
+ addapt-get install ssh
in theDockerfile
.Checklist
setup.cfg
,requirements.txt
, andconstraints.txt
updated with new dependencies. (if needed)