Closed sundyhw closed 3 years ago
ross_data = test_ross['data'] ross_features = test_ross['features'] ross_model = test_ross['rf_model'] ross_target = test_ross['target'] fig, axes, summary_df = info_plots.target_plot( df=ross_data, feature='SchoolHoliday', feature_name='SchoolHoliday', target=ross_target ) _ = axes['bar_ax'].set_xticklabels(['Not SchoolHoliday', 'SchoolHoliday'])
I use the exact same dataset 'Rossmann Store Sales' and the same code (Tutorial: pdpbox_regression.ipynb), but I encounter the error, and the plot is empty.
Please advise, thank you!
I use the exact same dataset 'Rossmann Store Sales' and the same code (Tutorial: pdpbox_regression.ipynb), but I encounter the error, and the plot is empty.
Please advise, thank you!