-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CSSE-33/johnny/move gptx hyperparams to params section
* added params to gptx config also updated interface for dgan and gptx * fixed validation methods * update gpt-x config unit tests * fix extra kwargs option * fixed refresh bug * update config tests to use new format * update config parsing logic * fixed extra_kwargs bug; updated tests * added tests for timeseries train + generate * fix gptx config quite poll; ref_data support * add status code api reporting error message * add edge case gpt_x backwards compat check * added future warning for the old config format * address john's review comments * a couple more report_kind -> report_type * support optional data source models * implement piotr's comments * use conftest env * hardcode endpoint in test; tabular in file name * missed a Gretel instantiation * Apply suggestions from malte's code review Co-authored-by: Malte Isberner <2822367+misberner@users.noreply.github.com> * implement malte's suggestions * missed usage of extract model config function * found older comment from malte * ahhh... found one more * print project url when creating a new one * move project url logging to set_project * update None type hint --------- Co-authored-by: Malte Isberner <2822367+misberner@users.noreply.github.com> GitOrigin-RevId: 9acd6b1845c7037a052b554e9233f59f0a1f4593
- Loading branch information
1 parent
50fd89c
commit f95e00c
Showing
11 changed files
with
2,540 additions
and
106 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
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.