Commit d48e989
feature: Add SageMaker Experiment (aws#3536)
* feature: Add experiment plus Run class (aws#691)
* feature: Add Experiment helper classes (aws#646)
* feature: Add Experiment helper classes
feature: Add helper class _RunEnvironment
* change: Change sleep retry to backoff retry for get TC
* minor fixes in backoff retry
Co-authored-by: Dewen Qi <[email protected]>
* feature: Add helper classes and methods for Run class (aws#660)
* feature: Add helper classes and methods for Run class
* Add Parent class to address comment
* fix docstyle check
* Add arg docstrings in _helper
Co-authored-by: Dewen Qi <[email protected]>
* feature: Add Experiment Run class (aws#651)
Co-authored-by: Dewen Qi <[email protected]>
* change: Add integ tests for Run (aws#673)
Co-authored-by: Dewen Qi <[email protected]>
* Update run log metric to use MetricsManager (aws#678)
* Update run.log_metric to use _MetricsManager
* fix several metrics issues
* Add doc strings to metrics.py
Co-authored-by: Dana Benson <[email protected]>
Co-authored-by: Dana Benson <[email protected]>
Co-authored-by: Dewen Qi <[email protected]>
Co-authored-by: Dewen Qi <[email protected]>
Co-authored-by: Dana Benson <[email protected]>
Co-authored-by: Dana Benson <[email protected]>
* change: Simplify exp plus integ test configuration (aws#694)
Co-authored-by: Dewen Qi <[email protected]>
* feature: add RunName to expeirment_config (aws#696)
* change: Update Run init and add Run load and _RunContext (aws#707)
* change: Update Run init and add Run load
Add exp name and run group name to load and address comments
* Address nit comments
Co-authored-by: Dewen Qi <[email protected]>
* fix: Fix run name uniqueness issue (aws#730)
Co-authored-by: Dewen Qi <[email protected]>
* change: Update integ tests for Exp Plus M1 changes (aws#741)
Co-authored-by: Dewen Qi <[email protected]>
* add metrics client to session object (aws#745)
Co-authored-by: Dewen Qi <[email protected]>
Co-authored-by: Dana Benson <[email protected]>
Co-authored-by: Dana Benson <[email protected]>
Co-authored-by: qidewenwhen <[email protected]>
* change: Add integ test for using Run in Transform Job (aws#749)
Co-authored-by: Dewen Qi <[email protected]>
* Add async metrics sink (aws#739)
Co-authored-by: Dewen Qi <[email protected]>
Co-authored-by: Dana Benson <[email protected]>
Co-authored-by: Dana Benson <[email protected]>
Co-authored-by: qidewenwhen <[email protected]>
* use metrics client provided by session (aws#754)
* fix flaky metrics test (aws#753)
* change: Change Run.init and Run.load to constructor and module method respectively (aws#752)
Co-authored-by: Dewen Qi <[email protected]>
* feature: Add latest metric service model (aws#757)
Co-authored-by: Dewen Qi <[email protected]>
Co-authored-by: qidewenwhen <[email protected]>
* fix: lowercase run name (aws#767)
* Change: Minimize use of lower case tc name (aws#769)
* change: Clean up test resources to remove model files (aws#756)
* change: Clean up test resources to remove model files
* fix: Change experiment enums to upper case
* change: Upgrade boto3 and update test to validate mixed case name
* fix: Update as per latest botocore release and backend change
Co-authored-by: Dewen Qi <[email protected]>
* lowercase trial component name (aws#776)
* change: Expose sagemaker experiment doc strings
* fix: Fix exp name mixed case in issue
Co-authored-by: Dewen Qi <[email protected]>
Co-authored-by: Dana Benson <[email protected]>
Co-authored-by: Dana Benson <[email protected]>
Co-authored-by: Yifei Zhu <[email protected]>1 parent 1115423 commit d48e989
File tree
82 files changed
+7894
-263
lines changed- doc
- experiments
- requirements/extras
- src/sagemaker
- amazon
- apiutils
- dataset_definition
- experiments
- lineage
- utilities
- tests
- data/experiment
- transform_job_materials
- integ
- sagemaker
- experiments
- lineage
- utilities
- unit
- sagemaker
- experiments
- huggingface
- tensorflow
- training_compiler
- utilities
- workflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+7894
-263
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
63 | 73 | | |
64 | 74 | | |
65 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
| 245 | + | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| 258 | + | |
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
0 commit comments