vanderbilt-data-science / ancient-artifacts

Dynamic image analysis to identify ancient artifacts in soil samples. We will work on microdebitage (the debris of ancient stone knapping first) and later expand to other materials (e.g., mortars).
MIT License
6 stars 2 forks source link

Add model/object loading/saving functionality to facilitate analysis via 50-series notebooks #71

Closed csbell-vu closed 3 years ago

csbell-vu commented 3 years ago

Currently, we use source/purl functionality to accelerate the workflow in not having to run every individual notebook before running the following one (e.g. running 10 before 20, etc.)

This paradigm breaks in a 50 series notebook since we wouldn't want to do all of the re-training from the 40 series notebook, we only want the final model and any other prediction data that we need. We should add this load/save functionality to facilitate these efforts.