-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YAML-run pipeline, part 2 (data preprocessing) (#28)
_This resolves #26._ Until now, we've been missing the ability to easily configure how data is preprocessed. The `linmod.data` script now accepts a single commandline argument for the path to a YAML file configuring its behavior. This is optional; without it, the default behavior (seen in the dictionary `linmod.data.DEFAULT_CONFIG`) will be used. The YAML file only needs to define the keys it wants to modify from default; missing keys will be populated with the default values. An example is given in `present-day-forecasting/config.yaml`. As described in the README, this is run as `python3 linmod.data config.yaml`. --------- Co-authored-by: afmagee42 <[email protected]>
- Loading branch information
1 parent
438ae92
commit 4947165
Showing
6 changed files
with
245 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# API reference | ||
|
||
::: linmod.data | ||
|
||
::: linmod.models | ||
|
||
::: linmod.eval | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.