dmarx / dmarx/make_for_datascience
Add conditionally included submodules
Open
- Dominant language
- HTML
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Came up with this in #25
Collect common rules into a separate _footer which is conditionally included based on the value of a variable in the task-specific makefile. In `common/Makefile` we could have something like:
PROFILE_RAW_DATA := FALSE
PROFILE_FEAUTRES := TRUE
Downstream, we could have stuff like:
REGRESSION_TASK := FALSE
CLASSIFICATION_TASK := TRUE
PERMUTATION_OK := TRUE
to turn collections of evaluation metrics on or off.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.