Skip to content

optuna/optuna-visualization-regression-tests

Repository files navigation

optuna-visualization-regression-tests

This tool continuously runs on GitHub Actions with Optuna's master branch. The output artifact is pushed to gh-pages branch. You can check the output from the below link.

https://optuna.github.io/optuna-visualization-regression-tests/

Usage

$ pip install -r requirements.txt
$ python visual_regression_tests.py --output-dir /tmp/foo --heavy
Generated to: /tmp/foo/index.html

Example Output

plot_optimization_history()

plot_optimization_history

plot_slice()

plot_slice

plot_pareto_front()

plot_pareto_front

plot_contour()

plot_contour

plot_edf()

plot_intermediate_value()

plot_parallel_coordinate()

plot_param_importances()