Skip to content

Code clean-up #26

@pmhalvor

Description

@pmhalvor

Check that all useful classes and methods have doc-strings/comments explaining what it's purpose is, and/or how it is used on our architectures.

  • models.py
    • unique parameters for each BertHead child
    • doc-strings/ comments everywhere
    • move all finds to top of methods
    • clean config imports
  • study.py
    • doc-strings
      • parameters
    • how to run
    • expected output
  • plots.py
    • doc-strings
      • what logs the plots work for
      • Parameters / Returns
    • main plotters
  • utils.py
    • doc-strings
      • check that all metrics are explained
      • Parameters and Returns (w/ types?)
    • sort by functionality?
    • clean config imports

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions