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
The pyAB library's function conduct_experiment throws an IndexError when trying to generate uplift distribution plots. The error message states, "List index out of range."
Bug Report for pyAB Library
Describe the bug
The pyAB library's function
conduct_experiment
throws anIndexError
when trying to generate uplift distribution plots. The error message states, "List index out of range."To Reproduce
Steps to reproduce the behavior on Google Colab:
conduct_experiment
function call.IndexError
in the output.Expected Behavior
Expected the
conduct_experiment
function to complete successfully and display the uplift distribution plots without errors.Desktop:
Additional Context
FutureWarning
regarding the depreciation of theshade
parameter in favor offill
in seaborn.kde_x, kde_y = ax.lines[0].get_data()
.The text was updated successfully, but these errors were encountered: