aiauto-client 0.1.17__py3-none-any.whl → 0.1.19__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aiauto-client
3
- Version: 0.1.17
3
+ Version: 0.1.19
4
4
  Summary: AI Auto HPO (Hyperparameter Optimization) Client Library
5
5
  Author-email: AIAuto Team <ainode@zeroone.ai>
6
6
  Project-URL: Homepage, https://dashboard.common.aiauto.pangyo.ainode.ai
@@ -101,8 +101,8 @@ time.sleep(5)
101
101
  ```python
102
102
  study_wrapper.get_status()
103
103
  # {'study_name': 'test', 'count_active': 0, 'count_succeeded': 10, 'count_pruned': 0, 'count_failed': 0, 'count_total': 10, 'count_completed': 10, 'dashboard_url': 'https://optuna-dashboard-10f804bb-52be-48e8-aa06-9f5411ed4b0d.aiauto.pangyo.ainode.ai', 'last_error': '', 'updated_at': '2025-09-01T11:31:49.375Z'}
104
- while study_wrapper.get_status()['count_completed'] <= study_wrapper.get_status()['count_total']:
105
- sleep(10) # 10 마다 한 번 씩
104
+ while study_wrapper.get_status()['count_completed'] < study_wrapper.get_status()['count_total']:
105
+ time.sleep(10) # 10초마다 확인
106
106
  ```
107
107
  - best trial 을 가져오는 법
108
108
  ```python
@@ -4,7 +4,7 @@ aiauto/constants.py,sha256=rBibGOQHHrdkwaai92-3I8-N0cu-B4CoCoQbG9-Cl8k,821
4
4
  aiauto/core.py,sha256=z46oRcuwRR4xfqKbbokqB13vo29ayLxjZeGi8zAKNuA,10306
5
5
  aiauto/http_client.py,sha256=v_nPdb-2tIeH1XrOYqzMGvFfXLKEDbQoSaQYPsB0Hik,2587
6
6
  aiauto/serializer.py,sha256=BJmeq6uCD9D2_6bXu_sMBQLSsXCUMIMM10iX923DTXE,2749
7
- aiauto_client-0.1.17.dist-info/METADATA,sha256=rpaVYPlOncrSHbTpSykm3cNWoQFjsvOrmThkkCz-pFU,25625
8
- aiauto_client-0.1.17.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
9
- aiauto_client-0.1.17.dist-info/top_level.txt,sha256=Sk2ctO9_Bf_tAPwq1x6Vfl6OuL29XzwMTO4F_KG6oJE,7
10
- aiauto_client-0.1.17.dist-info/RECORD,,
7
+ aiauto_client-0.1.19.dist-info/METADATA,sha256=kHNuqAEZoetHQpQbwwWPbh2_zI7IUSHaScqlaIRGigc,25623
8
+ aiauto_client-0.1.19.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
9
+ aiauto_client-0.1.19.dist-info/top_level.txt,sha256=Sk2ctO9_Bf_tAPwq1x6Vfl6OuL29XzwMTO4F_KG6oJE,7
10
+ aiauto_client-0.1.19.dist-info/RECORD,,