Commit Graph
893 Commits
Author SHA1 Message Date
Masashi Shibata fa45695e28 Merge pull request #348 from c-bata/refactor-graph
Make plot components faster and robust.
2023-01-07 12:51:55 +09:00
c-bata 480d8b3d6c Fix GraphSlice 2023-01-07 12:35:38 +09:00
c-bata 491272ba05 Aggregate search space 2023-01-07 03:53:45 +09:00
c-bata e15317ee3e Remove redundant type conversion 2023-01-07 03:14:29 +09:00
c-bata 7d1bab030e Use Target class on GraphEdf 2023-01-07 03:00:37 +09:00
c-bata 734796df52 Fix a bug 2023-01-07 02:39:38 +09:00
c-bata a25ff887ee Fix mypy errors 2023-01-07 00:53:20 +09:00
c-bata c007b89e30 Fix broken tests at Optuna 2.10 2023-01-07 00:25:40 +09:00
c-bata 8ce7cf9d95 Fix python lint errors 2023-01-07 00:11:53 +09:00
c-bata 75e7fd018a Fix broken tests 2023-01-07 00:08:37 +09:00
c-bata 417b43e5c6 Fix DOM warnings 2023-01-07 00:04:06 +09:00
c-bata e77c8daf06 Use distributions for plots 2023-01-06 23:56:07 +09:00
c-bata 744444d699 Move PageId definition to AppDrawer 2023-01-06 20:27:57 +09:00
c-bata 39f8637abc Normalize distributions 2023-01-06 20:23:32 +09:00
c-bata c0bb2486eb Refactor history component 2023-01-06 18:40:02 +09:00
Masashi Shibata a60f67e4c1 Merge pull request #347 from c-bata/multi-select-trials
Select multiple trials by Shift + Click
2023-01-06 15:19:00 +09:00
c-bata 64662241a0 Select multiple trials by Shift-click 2023-01-06 14:34:14 +09:00
c-bata db25206184 Support trials multiple select 2023-01-06 14:12:12 +09:00
c-bata 6187def185 Specify trial numbers via query params 2023-01-06 13:27:29 +09:00
c-bata 9a5c531cce Add exclude query params 2023-01-06 13:08:53 +09:00
Masashi Shibata 1b3c0d0d59 Merge pull request #346 from c-bata/fix-importance-target
Fix target arg for importance
2023-01-06 10:19:46 +09:00
c-bata 7f0f7bb139 Fix target arg for importance 2023-01-06 10:14:52 +09:00
Masashi Shibata cac89cc9ef Merge pull request #345 from c-bata/rename-study
Add button to rename study
2023-01-06 09:07:39 +09:00
c-bata fbe9c48c49 Fix mypy error 2023-01-06 09:01:35 +09:00
c-bata b03b1ef0f7 Add button to rename study 2023-01-06 01:29:04 +09:00
Masashi Shibata 5548d8f206 Merge pull request #341 from c-bata/history-user-attr
Support trial user attributes on `GraphHistory`
2023-01-06 00:30:45 +09:00
Masashi Shibata 4c4d797aba Merge pull request #344 from c-bata/cutomize-trial-table-for-beta
Cutomize TrialTable for new ui
2023-01-06 00:30:21 +09:00
Masashi Shibata 60fc653f87 Merge pull request #343 from c-bata/improve-trial-list
Change Chip's colors and show durations
2023-01-05 22:27:02 +09:00
c-bata 25e7991782 Run prettier 2023-01-05 22:26:55 +09:00
c-bata 39a54b77dc Fix tests 2023-01-05 22:23:55 +09:00
c-bata ee26d33df4 Run prettier 2023-01-05 22:22:15 +09:00
Masashi Shibata 5674b7a176 Merge pull request #342 from c-bata/use-type-instead-of-interface
Use type instead of interface
2023-01-05 22:20:41 +09:00
c-bata 497f12ebae Cutomize TrialTable for new ui 2023-01-05 22:20:28 +09:00
c-bata b641ae5e19 Change Chip's colors and show durations 2023-01-05 22:06:44 +09:00
c-bata c89c05e01c Use type instead of interface 2023-01-05 22:06:05 +09:00
c-bata 1eb6281e9d Support user_attrs on GraphHistory 2023-01-05 19:25:44 +09:00
Masashi Shibata fa9ef83c4b Merge pull request #340 from optuna/fix-link-feedback-survey
Fix the link to feedback survey
2023-01-05 15:57:25 +09:00
c-bata e9144b9b69 Fix the link to feedback survey 2023-01-05 15:56:20 +09:00
Masashi Shibata f0c6dda6c7 Merge pull request #339 from c-bata/handle-exception-in-fast-fanova
Handle exceptions in optuna-fast-fanova
2023-01-05 15:06:18 +09:00
c-bata 75be0dd2da Fix lint errors 2023-01-05 14:56:55 +09:00
c-bata 83759a4ecf Handle exceptions in optuna-fast-fanova 2023-01-05 14:29:14 +09:00
Masashi Shibata af92b8388a Merge pull request #338 from c-bata/set-objective-names
Add API to set objective names
2023-01-04 19:43:59 +09:00
c-bata 7beacb6f87 Run prettier 2023-01-04 19:41:07 +09:00
c-bata 192b24eeb3 Add API to set objective names 2023-01-04 19:38:44 +09:00
Masashi Shibata 879ce4cacf Merge pull request #337 from c-bata/save-note-python-api
Add Python API to save the note
2023-01-04 17:07:32 +09:00
c-bata d433914a54 Add tests for save_note apis 2023-01-04 16:59:52 +09:00
c-bata 1366936472 Add Python API to save the note 2023-01-04 16:29:41 +09:00
Masashi Shibata 6b1a3d5105 Merge pull request #334 from c-bata/bump-to-v0.9.0b1
Bump the version up to 0.9.0b1
2023-01-04 11:46:12 +09:00
c-bata 78a2e4f343 Bump the version up to 0.9.0b1 2023-01-04 11:42:14 +09:00
Masashi Shibata b4b41c8c3b Merge pull request #333 from c-bata/update-feedback-link-for-new-ui
Link to the GitHub Discussion for the feedback survey
2023-01-04 11:41:37 +09:00