Stabilise visualisation module
See original GitHub issueMotivation
Optuna has two visualisation backends: Plotly and Matplotlib. It would be great to minimise the difference between backends to provide consistent plots. Concretely,
- https://github.com/optuna/optuna/issues/3226
- Unify appearance between plotly and matplotlib
- https://github.com/optuna/optuna/issues/3225
- handle with the outliner such as
nan
/inf
.
In the same backend, we can improve more consistency among different plot functions. Concretely,
- Unify appearance among plot functions
Description
1. Add more Matplotlib tests
See https://github.com/optuna/optuna/issues/3226
2. Unify appearance between Plotly and Matplotlib
I’ve already created related issues:
- https://github.com/optuna/optuna/issues/2893
- https://github.com/optuna/optuna/issues/2913
- https://github.com/optuna/optuna/issues/3197
But feel free to let me know the thing that should be addressed by this issue.
3. Add unimplemented plot functions to optuna.visualization.matplotlib
4. handle with the outliner such as nan
/inf
.
5. Unify appearance among plot functions in the same backend
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Process data capture - PROXIA
PROXIA process data module – perfect visualisation for maintenance. Process data capture – visualise process data to stabilise processes ...
Read more >VISION: VIdeo StabilisatION using automatic features ...
VISION is open-source software written in MATLAB for video stabilisation using automatic features detection. It can be applied for any use, but it...
Read more >(PDF) VISION: VIdeo StabilisatION using automatic features ...
VISION is open-source software written in MATLAB for video stabilisation using automatic features detection. It can be applied for any use, ...
Read more >visNodes: Network visualization nodes options in visNetwork
When using stabilization, the stabilized position may be different from the initial one. To lock the node to that position use the physics...
Read more >DIY Gimbal | Arduino and MPU6050 Tutorial - YouTube
Ep. 57 Arduino Accelerometer & Gyroscope Tutorial MPU-6050 6DOF Module. EEEnthusiast. EEEnthusiast. •. •. 395K views 6 years ago ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I will be working on
test_param_importances.py
I’m working on test_pareto_front.py.