Commit Graph
284 Commits
Author SHA1 Message Date
c-bata 99bc59fbbd Add options for visual regression tests 2021-04-10 05:36:27 +09:00
Masashi Shibata d215f2e4a9 Merge pull request #82 from optuna/requirements-txt
Add description for visual regression tests
2021-04-10 05:25:35 +09:00
c-bata e05ea5426a Fix action 2021-04-10 05:02:27 +09:00
c-bata e392644087 Add description for visual regression test 2021-04-10 03:26:12 +09:00
c-bata 3b3017345c Add requirements.txt instead of setup.cfg 2021-04-10 03:22:17 +09:00
Masashi Shibata b759bba048 Merge pull request #81 from optuna/fix-sort-with-filter
Fix less comparator of DataGrid
2021-04-10 03:18:25 +09:00
c-bata 29d5cb136d Fix less comparator of DataGrid 2021-04-10 03:14:06 +09:00
Masashi Shibata 51daba1e1b Merge pull request #80 from optuna/fast-intersection-search-space
Fast intersection search space
2021-04-10 02:59:11 +09:00
c-bata be1bdfebbb Run prettier 2021-04-10 02:54:11 +09:00
c-bata 69f84fe34b Fast intersection search space on GraphParallelCoordinate 2021-04-10 02:51:40 +09:00
c-bata 69e74dc928 Fast union search space on GraphSlice 2021-04-10 02:51:20 +09:00
c-bata b9505588a5 Update API client to load search spaces 2021-04-10 02:51:08 +09:00
c-bata 74f3e69d44 Update API client to load search spaces 2021-04-10 02:19:44 +09:00
Masashi Shibata cdd1bad141 Merge pull request #79 from optuna/revert-graph-contour
Revert graph contour because it will be crashed on dynamic search space.
2021-04-10 02:18:57 +09:00
c-bata 651a6d43fd Revert GraphContour 2021-04-10 02:09:52 +09:00
c-bata 89c90b152e Run visual regression test for dynamic search space 2021-04-10 02:06:20 +09:00
Masashi Shibata 7436a237c1 Merge pull request #78 from optuna/fix-hpi-when-given-no-trials
Fix a bug of HyperparameterImportance when given no trials
2021-04-09 18:27:17 +09:00
c-bata ab5354328f Fix a bug of HyperparameterImportance when given no trials 2021-04-09 18:21:09 +09:00
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