Refactor `climsim_utils.data_utils` into `preprocessing` and `evaluation`
Open
@cisaacstern is already working on this.
Since Aug 18, 2023.
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 164
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
Per @jerrylin96's explanation, data_utils currently performs two functions:
- preprocessing
- evaluation
which are largely separable. For maintainability/readability it probably makes sense to refactor these into separate python modules, so the imports would then look like:
from climsim_utils.preprocessing import something
from climsim_utils.evaluation import something_else
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.