issues
search
bcgov
/
wetlandmapR
Scripts, tools and example data for mapping wetland ecosystems using data driven R statistical methods like Random Forests and open source GIS
Apache License 2.0
17
stars
6
forks
source link
Write model inputs to log file
#6
Open
sicasley
opened
5 years ago
sicasley
commented
5 years ago
Maybe add a new function to do this...
Could use the model_building_arguments.txt file (output from
ModelMap::model.build
) to extract parameter values and write them to a log file.
This log file could then be used to re-run a particular model by referencing input parameters from the log.
Model runs should append to log file, so it maintains a record of historical runs.
ModelMap::model.build
) to extract parameter values and write them to a log file.