Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add debugging info to wiki / vignette #12

Open
AdrienLeGuillou opened this issue Feb 2, 2024 · 1 comment
Open

add debugging info to wiki / vignette #12

AdrienLeGuillou opened this issue Feb 2, 2024 · 1 comment

Comments

@AdrienLeGuillou
Copy link
Member

how to debug a model that is not calibrating correctly, where is the data

@AdrienLeGuillou
Copy link
Member Author

you can check the progress of the calibration in several ways:

  • in data/calib (or the root of your calib if you changed it) there is an assessment.rds file. Download it and run locally: swfcalib::render_assessment(<path to file>). It will generate an assessment html file that shows the advancement of calibration. (no one used it yet so feedback on that is welcome)
  • the log for the recurring step 1 tells you the wave and iteration you are on. The The default_proposal currently contains: section shows the values in the default proposal. Once a job has finished, it will change this value with the calibrated one
  • in data/calib/waves/<number of the wave> there is a results.rds file that contains the values proposed and the resulting targets in a data.frame

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant