Week 5
Dec 12/27/2022
Dec 12/28/2022
- Created sphinx docs for
chama22 - Code review for
chama22
Pipe Breaks App (loe_coe_app)
- Points to consider while refactoring
- Do not concatenate paths (they cause issues when OS changes)
- Either use
pathliboros.pathto deal with them
- Either use
- Do not concatenate paths (they cause issues when OS changes)
Dec 12/29/2022
- Notes from meeting with Sudhir
- make a
loe_utilspackage - migrate submodules
- Grant Pavan access to the Collimator folder
- Review the minor draft
tsaiTSRegressor does not work with custom architecture- Issue is opened on GitHub here
- Minor thing to try in the
tsailibrary while making the prediction- Offset the series by one
- Remove the transform and check
- try the libraries built in methods for creating X and y
- make a
- Email Dr. Lence
- Be grateful, thankful, send an email, etc,
- send the SOP
- Email Steve
- Check the issue with Indiana University
- Update on XGBSE_GQC notebook
- The notebook was never run completely
- There was always some issue with
settings.py - or missing
DUPLICATE_LABELS, etc
- Update on LightGBM notebook
- Standalone notebook for LightGBM
- Run directly with and without SMOTE for
dnvutility - feature importance graphs were plotted
Dec 12/30/2022
- Starting the day with some reading on the
tsaifront- Ask question in the walkwithfastai forum
- Reorganize the
loe_utilspackage - Meeting with Sudhir
- focus on shell script creation from the frontend app
- document running
pipe_breaksfrom GDrive (optional: on GPU) -- low priority - Nuances in code
coxph_settingshas no input path, but has output path variableweibull→ input path has nophin name, outpath path hasphin name
- Making figures in loe_coe_app (display on screen and then write to disk)
- Development standardIf nesting is greater than three levels, abbreviate the import as a two-letter syllable.
import settings # this is the accepted practice
import settings as S # this is not
from settings import * # this is notimport settings as ST - Saving figures generated from a run made in Compute Canada (discuss with Vannary) Medium Priority
loggingin python?- For the LOE app minor test
- Try implementing a minor thing in CHAMA
- Logging in Django is available, has been put in Jake's plate
- Document the GitHub reorganization discussed