Commit Graph
226 Commits
Author SHA1 Message Date
c-bata 5f91aa4672 Run integration test by using pypputeer 2021-04-08 01:44:20 +09:00
Masashi Shibata 1ef8646515 Merge pull request #70 from optuna/support-pruned-trials-without-report
Fix a bug to crash when trials are pruned with no intermediate values
2021-04-07 13:25:49 +09:00
c-bata c0f700f594 Run prettier 2021-04-07 13:23:18 +09:00
c-bata b95b8c81c8 Fix a bug to crash when trials are pruned with no intermediate values 2021-04-07 13:20:39 +09:00
Masashi Shibata a82360b978 Merge pull request #62 from chenghuzi/edf
Add edf
2021-04-06 14:44:00 +09:00
Masashi Shibata 38e56010bf Merge pull request #65 from optuna/readable-attr-values
Reduce the size of attr values
2021-04-04 15:26:46 +09:00
c-bata f0dd075940 Run black 2021-04-04 15:25:02 +09:00
c-bata 882bf806d5 Add tests 2021-04-04 15:23:40 +09:00
c-bata eeecedbdf9 Reduce the size of attr values 2021-04-04 15:07:08 +09:00
Cheng Huzi 1f60b4f5c0 Add edf 2021-03-23 18:53:48 -04:00
Masashi Shibata 97d5797632 Merge pull request #57 from optuna/search-space-cache
Calculate intersection/union of search space.
2021-03-14 15:00:43 +09:00
Masashi Shibata 03e176bbb6 Merge pull request #54 from chenghuzi/plot_param_importances
Add hyperparameter importance chart
2021-03-14 14:59:14 +09:00
Cheng Huzi be2af8ea91 Format code 2021-03-13 14:56:48 -05:00
Cheng Huzi 468bed2898 Add dependency for updating parameter importance 2021-03-13 14:18:09 -05:00
Huzi ChengandMasashi Shibata 108c939d73 Update optuna_dashboard/app.py
Co-authored-by: Masashi Shibata <c-bata@users.noreply.github.com>
2021-03-13 13:22:52 -05:00
Huzi ChengandMasashi Shibata 62dbcb0fb8 Update optuna_dashboard/static/components/HyperparameterImportances.tsx
Co-authored-by: Masashi Shibata <c-bata@users.noreply.github.com>
2021-03-13 13:15:13 -05:00
c-bata 33e15578ac Return intersection/union search space 2021-03-14 01:25:12 +09:00
c-bata bd7af41f58 Change interface for search space 2021-03-14 01:17:26 +09:00
c-bata b313f8cc20 Implement search space cache 2021-03-14 01:09:18 +09:00
Masashi Shibata 4e1f50b8c1 Merge pull request #44 from zchenry/main
Add simple pareto front plot
2021-03-13 22:01:30 +09:00
Henry Cui 97422c63fc Make axis selectable 2021-03-13 15:51:23 +09:00
Cheng Huzi 64ddb452c8 Update install_requires 2021-03-11 18:49:24 -05:00
Huzi ChengandMasashi Shibata b3fde33844 Update optuna_dashboard/static/apiClient.ts
Co-authored-by: Masashi Shibata <c-bata@users.noreply.github.com>
2021-03-11 18:42:45 -05:00
Huzi ChengandMasashi Shibata 1de010590b Update optuna_dashboard/app.py
Co-authored-by: Masashi Shibata <c-bata@users.noreply.github.com>
2021-03-11 18:42:45 -05:00
Huzi ChengandMasashi Shibata d228ba74df Update optuna_dashboard/app.py
Co-authored-by: Masashi Shibata <c-bata@users.noreply.github.com>
2021-03-11 18:42:45 -05:00
Cheng Huzi 981b30e9df Add hyperparameter importances chart 2021-03-11 18:42:45 -05:00
Masashi Shibata 3ce578e602 Merge pull request #55 from optuna/setup-cfg
Use setup.cfg for packaging
2021-03-12 02:09:53 +09:00
c-bata 17f25ef574 Fix setup.cfg 2021-03-12 02:07:58 +09:00
c-bata baad8bbc24 Fix black 2021-03-11 16:37:50 +09:00
c-bata 6cbbd039da Fix install_requires 2021-03-11 16:34:49 +09:00
c-bata 458ac42e9d Use setup.cfg for packaging 2021-03-11 16:32:15 +09:00
Masashi SHIBATA 0f11cdb8d0 Merge pull request #53 from optuna/pull-request-template
Add a pull request template.
2021-03-01 15:08:35 +09:00
Masashi SHIBATAandHiroyuki Vincent Yamazaki c336801c21 Update PULL_REQUEST_TEMPLATE.md
Co-authored-by: Hiroyuki Vincent Yamazaki <hiroyuki.vincent.yamazaki@gmail.com>
2021-03-01 14:11:03 +09:00
c-bata df92b88c92 Update a pull request template 2021-03-01 13:12:35 +09:00
c-bata 14e5260027 Add a PULL_REQUEST_TEMPLATE.md 2021-03-01 13:07:48 +09:00
c-bata 3875fb7454 Bump the version up to v0.3.1 2021-02-28 20:40:20 +09:00
Masashi SHIBATA 2956b09628 Merge pull request #52 from optuna/refactor-graph-slice2
Remove redundant computations for GraphSlice
2021-02-28 20:39:36 +09:00
c-bata 6fe86cc9e7 Remove redundant computations for GraphSlice 2021-02-28 20:32:53 +09:00
Masashi SHIBATA 0113e9b9b5 Merge pull request #51 from optuna/duration-column
Add duration column in Trials Data Grid
2021-02-28 18:50:25 +09:00
c-bata 80e1f9c81d Add duration column 2021-02-28 18:45:46 +09:00
Masashi SHIBATA e4359a5dfd Merge pull request #50 from optuna/datetime-start-optional
Make datetime_start optional
2021-02-28 18:34:18 +09:00
c-bata cb977fa09b Make datetime_start optional 2021-02-28 18:29:55 +09:00
Masashi SHIBATA 580c7facfc Merge pull request #49 from optuna/refactor-graph-slice
Refactor GraphSlice.tsx
2021-02-28 17:52:19 +09:00
c-bata 2c8fb89d00 Fix eslint 2021-02-28 17:41:45 +09:00
c-bata 5ee6758cb5 Refactor GraphSlice.tsx 2021-02-28 17:39:40 +09:00
Henry Cui 6f12ac71e3 Apply fmt 2021-02-28 15:55:29 +09:00
Masashi SHIBATA bb250ab2fc Merge pull request #47 from optuna/fix-layout-clear-filter-button
Fix break line of a table head around clear filter button
2021-02-28 12:19:08 +09:00
c-bata 03ce0cbee8 Fix break line of a table head around clear filter button 2021-02-28 12:11:55 +09:00
Henry Cui 2ef70332b0 Change let to const for normalizedValues 2021-02-28 00:40:54 +09:00
Henry Cui c4751307f1 Debugged and improved 2021-02-28 00:39:22 +09:00