Masashi Shibata
|
55eec2d4d7
|
Merge pull request #77 from optuna/isort
Introduce isort: sorting import statements alphabetically.
|
2021-04-09 18:08:28 +09:00 |
|
c-bata
|
d8ffe6861d
|
Format Python files with isort
|
2021-04-09 18:05:52 +09:00 |
|
c-bata
|
691e54ab18
|
Introduce isort
|
2021-04-09 18:05:44 +09:00 |
|
Masashi Shibata
|
bb4d2765e9
|
Merge pull request #76 from optuna/update-visual-regression-test
Add studies in visual regression test
|
2021-04-09 18:00:25 +09:00 |
|
c-bata
|
77bcd8d7c3
|
Fix lint errors
|
2021-04-09 17:58:07 +09:00 |
|
c-bata
|
336525e4a1
|
Add studies in visual regression test
|
2021-04-09 17:56:05 +09:00 |
|
Masashi Shibata
|
085a39b102
|
Merge pull request #75 from optuna/improve-slice-contour-plot
Add visual improvements of GraphSlice, GraphContour and GraphParetoFront.
|
2021-04-09 17:48:38 +09:00 |
|
c-bata
|
ea9198a2b6
|
Run prettier
|
2021-04-09 17:44:58 +09:00 |
|
c-bata
|
45ba4fcdde
|
Refactor GraphParetoFront
|
2021-04-09 17:42:17 +09:00 |
|
c-bata
|
7e1685946a
|
Add visual improvements of pareto front
|
2021-04-09 16:31:14 +09:00 |
|
c-bata
|
5fe359fe8c
|
Add title on GraphHistory
|
2021-04-09 16:04:54 +09:00 |
|
c-bata
|
761ba3bf2e
|
Add visual improvements of contour plot
|
2021-04-09 15:59:50 +09:00 |
|
c-bata
|
272828fed4
|
Add visual improvements of slice plot
|
2021-04-09 15:59:35 +09:00 |
|
Masashi Shibata
|
495866c9e8
|
Merge pull request #74 from optuna/fix-slice-plot
Avoid to set value=null on GraphSlice
|
2021-04-09 15:38:48 +09:00 |
|
Masashi Shibata
|
448be3e185
|
Merge pull request #73 from optuna/feature/port-contour-plot
Followup #56 to support contour_plot to show parameter relationship
|
2021-04-09 15:35:05 +09:00 |
|
c-bata
|
d0642b4990
|
Avoid to set value=null on GraphSlice
|
2021-04-09 15:34:57 +09:00 |
|
c-bata
|
4209eb13bc
|
Speed-up GraphControur plot
|
2021-04-09 15:28:51 +09:00 |
|
c-bata
|
9dc1a31b46
|
Avoid to crash GraphContour when given pruned trials with no intermediate values
|
2021-04-09 15:05:52 +09:00 |
|
c-bata
|
eb93ba35f1
|
Merge branch 'main' into feature/port-contour-plot
|
2021-04-09 14:39:03 +09:00 |
|
Masashi Shibata
|
a99cded991
|
Merge pull request #72 from optuna/integration-test
Run visual regression tests by using pyppeteer
|
2021-04-08 17:06:24 +09:00 |
|
c-bata
|
7348c760d8
|
Fix lint errors
|
2021-04-08 17:04:52 +09:00 |
|
c-bata
|
b6773e7217
|
Update visual regression test
|
2021-04-08 17:00:33 +09:00 |
|
c-bata
|
a823d8bd40
|
Fix lint errors
|
2021-04-08 01:53:03 +09:00 |
|
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 |
|
Harman Waseer
|
c587dba08c
|
Set initial state of xAxis and yAxis to different parameters
|
2021-03-20 11:59:15 +05:30 |
|
Harman Waseer
|
86be96f981
|
Change the initial state of xAxis and yAxis
|
2021-03-20 11:48:48 +05:30 |
|
Harman Waseer
|
d5e84c3cbd
|
Pass paramNames as a parameter
|
2021-03-17 17:09:41 +05:30 |
|
Harman Waseer
|
1535571516
|
Remove variable i and use index
|
2021-03-17 12:25:04 +05:30 |
|
Harman Waseer
|
0b9af15c74
|
Merge the loops assigning paramValues and paramIndices
|
2021-03-16 22:38:19 +05:30 |
|
Harman Waseer
|
5a552e4611
|
Remove repeated calculation of paramNames
|
2021-03-16 22:31:36 +05:30 |
|
Harman Waseer
|
70d4777179
|
Refactor variables paramName and paramname
|
2021-03-16 20:41:09 +05:30 |
|
Harman Waseer
|
524575323c
|
Fix lint
|
2021-03-14 19:03:20 +05:30 |
|
Harman Waseer
|
ef03dcd351
|
Use layout in place of updateLayout
|
2021-03-14 18:58:06 +05:30 |
|
Harman Waseer
|
b607a830fa
|
Change in package-lock.json
|
2021-03-14 18:52:55 +05:30 |
|
Harman Waseer
|
fba3730722
|
Fix Lint
|
2021-03-14 14:24:53 +05:30 |
|
Harman Waseer
|
0445a04ad0
|
Resolve Conflicts
|
2021-03-14 14:22:12 +05:30 |
|
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 |
|