Commit Graph
525 Commits
Author SHA1 Message Date
Ellon M 6c8fc37c67 Set include_best_trial=True in get_study_summary 2022-03-28 20:26:26 +03:00
c-bata ba96fd624b Set include_best_trial=True for v3 release 2022-03-24 12:34:58 +09:00
c-bata 22f5c9cf91 Run integration tests with latest optuna ver 2022-03-24 12:18:14 +09:00
Masashi Shibata 7f34e9777e Merge pull request #195 from optuna/gh-action-python-ver
Support Python 3.10 and Drop Python 3.6
2022-03-23 13:35:31 +09:00
c-bata 3081ebbfb0 Quote Python version on YAML 2022-03-23 13:33:59 +09:00
c-bata 49552aed0e Support Python 3.10 and Drop Python 3.6 2022-03-23 13:31:20 +09:00
Masashi Shibata 2baac5902c Merge pull request #194 from optuna/update-release-workflow
Publish to PyPI when GitHub release is created
2022-03-23 13:30:31 +09:00
c-bata 748462ba56 Bump ghr version to v0.14.0 2022-03-23 13:27:31 +09:00
c-bata fc35b3994d Publish to PyPI when GitHub release is created 2022-03-23 13:24:26 +09:00
c-bata f7536908e2 Bump the version up to v0.6.1 2022-03-23 09:41:52 +09:00
Masashi Shibata fb4306ae0a Merge pull request #189 from optuna/bump-to-v0.6.0
Bump the version up to v0.6.0
2022-03-23 09:14:13 +09:00
Masashi Shibata 8b044e83ee Merge pull request #192 from optuna/add-minor-changes
Add some minor improvements
2022-03-23 09:14:03 +09:00
c-bata 6c718bfada Add some minor improvements 2022-03-22 23:43:30 +09:00
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
c-bata fff41c10e0 Bump the version up to v0.6.0 2022-03-22 21:57:31 +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