Commit Graph
75 Commits
Author SHA1 Message Date
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
Cheng Huzi 1f60b4f5c0 Add edf 2021-03-23 18:53:48 -04: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 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
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
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
Cheng Huzi 981b30e9df Add hyperparameter importances chart 2021-03-11 18:42:45 -05:00
c-bata 6fe86cc9e7 Remove redundant computations for GraphSlice 2021-02-28 20:32:53 +09:00
c-bata 80e1f9c81d Add duration column 2021-02-28 18:45:46 +09:00
c-bata cb977fa09b Make datetime_start optional 2021-02-28 18:29:55 +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
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
Henry Cui 2a0b7e0d62 Enabled pareto front 2d plot 2021-02-27 17:50:04 +09:00
Henry Cui 1a7ac3ff3c Add simple pareto front plot 2021-02-27 16:16:49 +09:00
Henry Cui 945d6efd13 Correctly recognizing numbers 2021-02-27 14:30:15 +09:00
c-bata aece921a4b Use plotly.js-dist instead of basic-dist 2021-02-27 14:19:53 +09:00
c-bata f8e35c19f7 Revert "Merge pull request #40 from optuna/use-plotly-basic-dist"
This reverts commit 5403b54097, reversing
changes made to 1f4bd96fb3.
2021-02-27 14:12:05 +09:00
Henry Cui 38754752b9 Adapt GraphSlice to MultiObjective 2021-02-27 11:55:53 +09:00
Harman Waseer a3d3feb7fd Fix the order of if-else condition 2021-02-25 19:46:23 +05:30
Harman Waseer f5452687e1 Fix Lint 2021-02-24 20:35:34 +05:30
Harman Waseer 14ce72d048 Make Categorical labels visible on x-axis 2021-02-24 20:16:32 +05:30
Harman Waseer f8c938b8d0 Add support for categorical parameters 2021-02-24 18:08:59 +05:30
Harman Waseer 8a761f37ed Fix position and set initial value of Select Box 2021-02-24 13:46:32 +05:30
Harman Waseer 9908fe4707 Minor change 2021-02-24 00:16:34 +05:30
Harman Waseer b9279d15fd Fix linting 2021-02-24 00:10:14 +05:30
Harman Waseer c1e7ee31eb Fix js-build error 2021-02-23 23:49:00 +05:30
Harman Waseer 88bfc31431 Enable select button in Graphslice.tsx 2021-02-23 23:24:38 +05:30
Harman Waseer 559c096a7d change plotly.js-dist to plotly.js-basic-dist 2021-02-23 18:19:31 +05:30
Harman Waseer f762c49cbe Merge remote-tracking branch 'upstream/main' 2021-02-23 18:17:05 +05:30
Harman Waseer 497e1602b7 minor changes 2021-02-23 18:16:18 +05:30
Harman Waseer b844ea4c6b WIP: Add Select Box in Graph slice 2021-02-23 18:09:40 +05:30
c-bata 77b6089c4b Use plotly.js-basic-dist 2021-02-23 18:31:45 +09:00
c-bata ff450ca0d2 Remove eslint warnings of StudyList.tsx 2021-02-23 15:54:12 +09:00
c-bata b5b4a3b31a Remove eslint warnings of StudyDetail.tsx 2021-02-23 15:54:02 +09:00
c-bata d1dc73e14c Fix a bug that zero objective value is not shown 2021-02-22 23:08:35 +09:00
c-bata 91c52f599b Add a refactor change 2021-02-22 22:55:16 +09:00
c-bata 207ae862e7 Run prettier 2021-02-22 22:35:17 +09:00
c-bata aeef6ca5c5 Fix sort by values 2021-02-22 22:32:59 +09:00
c-bata 391d3eb9b5 Fix sort order icon 2021-02-22 21:29:11 +09:00
c-bata ab71cdb35c Sort by column index instead of keyof T 2021-02-22 20:45:47 +09:00
Harman Waseer 0699f4e4e7 Enable multi-parameter visualisation for plot_slice 2021-02-22 15:08:21 +05:30
Harman Waseer 52f260da31 Remove the use of dimension variable , minor refactoring and change the layout to enable data point visibility 2021-02-20 22:13:56 +05:30