Suggested improvements to example scripts involving ML model training #559
Labels
examples
Pertaining to SCICO examples
improvement
Improvement of existing code, including addressing of omissions or inconsistencies
The ML model example scripts could be improved by addressing the following two issues:
makenotebooks.py
, the generated notebook will not include the training run details if the script has previously been run (unless the cached trained model is manually deleted, the need for which is easy to overlook). Some mechanism is needed for signalling to the script/notebook that the cached trained model should be ignored. Perhaps the simplest approach would be to check an environment variable, e.g.SCICO_ML_RETRAIN
.The text was updated successfully, but these errors were encountered: