moririn2528
|
bbf04b6afe
|
add test for post_preference API
|
2023-08-16 15:33:34 +09:00 |
|
moririn2528
|
43fb896750
|
fix lint error
|
2023-08-16 15:23:41 +09:00 |
|
c-bata
|
5a35d229db
|
Add JSON API tests for preferential best trials
|
2023-08-16 15:21:10 +09:00 |
|
moririn2528
|
a63ae6fbc8
|
Merge branch 'main' into preferential-best-trials
|
2023-08-16 15:10:25 +09:00 |
|
c-bata
|
4f99c7a1a0
|
Fix isort error
|
2023-08-16 15:00:19 +09:00 |
|
c-bata
|
10e6ab3d40
|
Clear in memory cache every after api calls in unit tests
|
2023-08-16 14:57:41 +09:00 |
|
moririn2528
|
4862faa8f0
|
fix test
|
2023-08-16 13:20:30 +09:00 |
|
c-bata
|
63471a7868
|
Fix lint errors
|
2023-08-16 13:12:09 +09:00 |
|
c-bata
|
2597a50885
|
Add serializers tests for is_preferential attr
|
2023-08-16 13:08:52 +09:00 |
|
c-bata
|
853dc7bb15
|
Rewrite test_serializers in pytest-based style
|
2023-08-16 13:08:47 +09:00 |
|
c-bata
|
95336d2f4b
|
Merge pull request #546 from c-bata/preferential-optimization
Add `optuna_dashboard.preferential` module
|
2023-08-10 14:35:58 +09:00 |
|
c-bata
|
44de38ac86
|
Add optuna_dashboard.preferential module
|
2023-08-09 14:44:52 +09:00 |
|
c-bata
|
b2ab7d8d48
|
Update version constraints
|
2023-08-08 10:31:40 +09:00 |
|
c-bata
|
44a7b8a540
|
Fix broken tests
|
2023-08-07 10:10:17 +09:00 |
|
c-bata
|
1f9b05e15d
|
Fix artifact endpoint
|
2023-08-04 18:59:57 +09:00 |
|
c-bata
|
2c3fb7711d
|
Fix tests
|
2023-08-04 18:31:54 +09:00 |
|
c-bata
|
57ea65a93d
|
Fix tests
|
2023-08-04 18:22:28 +09:00 |
|
c-bata
|
1dd34d8736
|
Add tests
|
2023-08-04 18:09:39 +09:00 |
|
Shinichi Hemmi
|
b9bb95f948
|
Remove unused ignore
|
2023-07-28 09:56:30 +09:00 |
|
Shinichi Hemmi
|
5b175e0d5b
|
Replace "assert ...==..." with self.assertEqual
|
2023-07-27 17:17:21 +09:00 |
|
cross32768
|
244f1c8325
|
Change type annotation style
|
2023-07-07 16:38:13 +09:00 |
|
cross32768
|
4d728e4533
|
Update test for combination
|
2023-07-07 15:55:32 +09:00 |
|
cross32768
|
836382c915
|
Add unit tests
|
2023-07-07 12:10:54 +09:00 |
|
c-bata
|
ca5bf5f315
|
Fix a bug that boto3.upload_fileobj may close the file
|
2023-06-13 03:30:02 +09:00 |
|
c-bata
|
cd072c630b
|
Add AppendPrefix middleware for ArtifactBackend
|
2023-06-09 11:53:18 +09:00 |
|
c-bata
|
5a4240c004
|
Add exponential backoff middleware for ArtifactBackend
|
2023-06-09 11:37:14 +09:00 |
|
c-bata
|
2603f7a874
|
Remvoe an unused test
|
2023-06-08 10:20:58 +09:00 |
|
c-bata
|
ae8810f31b
|
Fix isort errors
|
2023-06-02 19:21:51 +09:00 |
|
c-bata
|
9646f6367e
|
Add ArtifactNotFound exception
|
2023-06-02 18:02:55 +09:00 |
|
c-bata
|
cefa098566
|
Add a test case for non file-like object in Boto3Backend
|
2023-06-02 12:17:44 +09:00 |
|
c-bata
|
b0c8f9a28d
|
Use boto3.client instead of boto3.resource
|
2023-06-02 12:09:55 +09:00 |
|
c-bata
|
16a6265d64
|
Fix a broken test
|
2023-05-10 09:51:27 +09:00 |
|
Masashi Shibata
|
cdee5c28a5
|
Merge pull request #428 from c-bata/support-optuna-metric-names
Support `metric_names` introduced in Optuna
|
2023-04-27 17:13:54 +09:00 |
|
c-bata
|
94e20b3f03
|
Fix mypy errors
|
2023-04-13 19:03:28 +09:00 |
|
c-bata
|
3c63388198
|
Add dict_to_form_widget
|
2023-04-13 18:52:35 +09:00 |
|
c-bata
|
6892f31781
|
Add get_note() Python API
|
2023-03-29 17:47:20 +09:00 |
|
c-bata
|
dd6fad0fe4
|
Fix mypy errors
|
2023-02-10 11:13:45 +09:00 |
|
c-bata
|
5b2f424559
|
Add tests
|
2023-02-10 11:09:59 +09:00 |
|
c-bata
|
bdc35ce391
|
Add boto3 backend
|
2023-01-14 00:22:38 +09:00 |
|
c-bata
|
ded0200904
|
Implement user API for Artifacts
|
2023-01-14 00:22:38 +09:00 |
|
c-bata
|
63ac92a95d
|
Remove TODOs in CachedExtraStudyProperty
|
2023-01-13 21:38:38 +09:00 |
|
c-bata
|
812762368f
|
Support user attrs on GraphSlice
|
2023-01-13 21:26:08 +09:00 |
|
c-bata
|
3ad9f3c19c
|
Change save note api
|
2023-01-07 12:53:41 +09:00 |
|
c-bata
|
d433914a54
|
Add tests for save_note apis
|
2023-01-04 16:59:52 +09:00 |
|
c-bata
|
083a9aff0e
|
Store trial note in study_system_attrs
|
2023-01-01 23:09:51 +09:00 |
|
c-bata
|
f73d8e0626
|
Add missing imports
|
2022-12-26 17:51:33 +09:00 |
|
c-bata
|
2f624f5b5b
|
Use type hinting generics
|
2022-12-26 17:49:39 +09:00 |
|
c-bata
|
be63f0a32b
|
Add follow-up changes for #292
|
2022-12-22 23:00:59 +09:00 |
|
c-bata
|
b43f42fec1
|
Merge branch 'main' into interface-change-for-set-study-directions
|
2022-12-22 22:47:01 +09:00 |
|
c-bata
|
db455f8b64
|
Fix a mypy error and add a test case
|
2022-12-09 10:50:54 +09:00 |
|