You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using viz.predictive_ecdf(), viz.histogram() and viz.predictive_regression(), any keyword argument can be given, if a bokeh figure is initialized in advance and given as a keyword argument. The following code works just fine, however I think it should be avoided to silently ignore keyword arguments. At least a warning should be returned.
When using
viz.predictive_ecdf()
,viz.histogram()
andviz.predictive_regression()
, any keyword argument can be given, if a bokeh figure is initialized in advance and given as a keyword argument. The following code works just fine, however I think it should be avoided to silently ignore keyword arguments. At least a warning should be returned.with package versions
CPython 3.7.5
IPython 7.11.1
bokeh 1.4.0
bebi103 0.0.52
numpy 1.17.4
jupyterlab 1.2.6
The text was updated successfully, but these errors were encountered: