Plotly backend

Plotly backend for plotting methods

orion.plotting.backend_plotly.lpi(experiment, with_evc_tree=True, model='RandomForestRegressor', model_kwargs=None, n_points=20, n_runs=10, **kwargs)[source]

Plotly implementation of orion.plotting.lpi

orion.plotting.backend_plotly.parallel_coordinates(experiment, with_evc_tree=True, order=None, colorscale='YlOrRd', **kwargs)[source]

Plotly implementation of orion.plotting.parallel_coordinates

orion.plotting.backend_plotly.partial_dependencies(experiment, with_evc_tree=True, params=None, smoothing=0.85, n_grid_points=10, n_samples=50, colorscale='Blues', model='RandomForestRegressor', model_kwargs=None, verbose_hover=True)[source]

Plotly implementation of orion.plotting.partial_dependencies

orion.plotting.backend_plotly.rankings(experiments, with_evc_tree=True, order_by='suggested', **kwargs)[source]

Plotly implementation of orion.plotting.rankings

orion.plotting.backend_plotly.regret(experiment, with_evc_tree=True, order_by='suggested', verbose_hover=True, **kwargs)[source]

Plotly implementation of orion.plotting.regret

orion.plotting.backend_plotly.regrets(experiments, with_evc_tree=True, order_by='suggested', **kwargs)[source]

Plotly implementation of orion.plotting.regrets