Commit Graph
511 Commits
Author SHA1 Message Date
Masashi Shibata 5f333f6bd0 Merge pull request #191 from optuna/plotly-dist-min
Use plotly.js-dist-min to reduce bundle.js.
2022-03-22 23:10:46 +09:00
Masashi Shibata be9cd89806 Merge pull request #190 from optuna/refactor-graph
Refactor graph layouts
2022-03-22 23:08:59 +09:00
c-bata 5ca34d1742 Refactor Graph layouts 2022-03-22 23:03:40 +09:00
c-bata 10b6e59a6c Use plotly.js-dist-min 2022-03-22 22:50:38 +09:00
Masashi Shibata 7376fc32b2 Merge pull request #188 from optuna/debounce-new-study-input
Debounce input to create new study
2022-03-22 18:35:47 +09:00
c-bata 71977b8124 Debounce input to create new study 2022-03-22 18:25:48 +09:00
Masashi Shibata 305d8bdccd Merge pull request #187 from optuna/improve-cls
Reduce Cumulative Layout Shift for better user experience.
2022-03-22 17:29:22 +09:00
c-bata 5abd99fa45 Add some design improvements 2022-03-22 14:21:41 +09:00
c-bata 1f7799fb47 Fix a memory leak in GraphHyperparameterImportance 2022-03-22 14:21:41 +09:00
c-bata 209422bd9d Improve CLS score 2022-03-22 14:21:41 +09:00
Masashi Shibata 8fcba8d571 Merge pull request #186 from optuna/debug-mode
Disable gzip when DEBUG mode is enabled
2022-03-22 14:21:08 +09:00
c-bata 5dcfcb9723 Disable gzip when DEBUG mode is enabled 2022-03-22 14:10:20 +09:00
Masashi Shibata 5aed44316f Merge pull request #185 from optuna/compression
Use webpack CompressionPlugin (4MB -> 1.2MB)
2022-03-20 02:14:29 +09:00
Masashi Shibata 8353a7de4d Merge pull request #184 from optuna/refactor-structure
Refactor project structure
2022-03-20 02:10:03 +09:00
c-bata cae696181b Fix python lint errors 2022-03-20 02:09:53 +09:00
c-bata 0732086c6c Use webpack CompressionPlugin 2022-03-20 02:07:17 +09:00
c-bata 320e73e598 Rename frontend_tests to typescript_tests 2022-03-20 02:03:35 +09:00
c-bata 3af6444f84 Rename static dir 2022-03-20 02:03:35 +09:00
Masashi Shibata 1a7554e6e6 Merge pull request #183 from optuna/favicon
Set favicon.ico
2022-03-20 02:03:16 +09:00
c-bata 2902a87fe6 Gzip favicon.ico 2022-03-20 01:57:04 +09:00
c-bata 5522f51d6b Set favicon.ico 2022-03-20 01:55:57 +09:00
Masashi Shibata d18d271fce Merge pull request #182 from optuna/cache-importance
Implement in-memory cache for hyperparameter importance
2022-03-20 01:49:20 +09:00
c-bata 6ddc855e8a Fix lint error 2022-03-20 01:44:02 +09:00
c-bata b415eaf6d6 Fix importance cache 2022-03-20 01:37:01 +09:00
c-bata 1f699f2bd7 Cache hyperparameter importances 2022-03-19 21:47:08 +09:00
Masashi Shibata e5a57b3e25 Merge pull request #181 from optuna/optuna-loading
Show animated SVG while loading bundle.js
2022-03-19 17:25:09 +09:00
Masashi Shibata 5ab9f8b124 Merge pull request #180 from optuna/note
Note component to set study's description
2022-03-19 17:06:15 +09:00
c-bata 6d42be6ada Fix lint errors 2022-03-19 15:59:43 +09:00
c-bata 555cf55519 Return latest note when got 409 status 2022-03-19 15:57:18 +09:00
c-bata a518202532 Fix lint errors 2022-03-19 15:06:12 +09:00
c-bata 743c8add86 Show animated SVG while loading bundle.js 2022-03-19 14:54:56 +09:00
c-bata beb26f9068 Fix tests 2022-03-19 04:14:49 +09:00
c-bata af95449d8a Fix lint errors 2022-03-19 04:04:29 +09:00
c-bata 3a939d419c Enable confirmation dialog when edited 2022-03-19 03:43:23 +09:00
c-bata 90922da662 Make note editor resizable 2022-03-19 03:34:23 +09:00
c-bata 836e0c741a Refactor bottle code 2022-03-19 02:45:25 +09:00
c-bata e96b560f22 Add preference checkbox for Note 2022-03-19 02:44:41 +09:00
c-bata b366191d82 Add saving state 2022-03-19 02:27:52 +09:00
c-bata 40c2aab767 Implement Note editor 2022-03-18 14:55:08 +09:00
c-bata 0c18b2335f Implement API client for note 2022-03-18 13:34:48 +09:00
c-bata aa35bfa709 Implement JSON API for note 2022-03-18 13:32:23 +09:00
Masashi Shibata f43f522f20 Merge pull request #179 from optuna/disable-intermedite-value
Hide intermediate values chart if no intermediate values
2022-03-16 16:39:19 +09:00
c-bata 31f0c3eab2 Fix TrialTable.test.tsx 2022-03-16 16:36:06 +09:00
c-bata 0f52401aad Hide IntermediateValue chart by default 2022-03-16 16:29:28 +09:00
Masashi Shibata a2d382a829 Merge pull request #178 from optuna/study-search-filter
Find study by keywords
2022-03-12 19:32:31 +09:00
c-bata e45d60d367 Debounce user input 2022-03-12 19:21:32 +09:00
c-bata c0d3e4232a Filter studies by keywords 2022-03-12 18:16:05 +09:00
c-bata 83e675fc5a Add TextField for search 2022-03-12 17:49:23 +09:00
Masashi Shibata a70a0d160c Merge pull request #177 from optuna/improve-ui
Add some UI improvements.
2022-03-12 17:48:55 +09:00
c-bata 91a2c736ba Fix broken visual regression test 2022-03-12 17:43:43 +09:00