PyCEbox icon indicating copy to clipboard operation
PyCEbox copied to clipboard

⬛ Python Individual Conditional Expectation Plot Toolbox

Results 6 PyCEbox issues
Sort by recently updated
recently updated
newest added

There is a problem in the visualization part. When I am trying to plot the graph in the example, I see the following mistake: --------------------------------------------------------------------------- TypeError Traceback (most recent call...

Does PyCEbox support PySpark models as well or any plan of releasing PySpark support in a future release?

Hey Austin, This package rocks, thanks for publishing it! I have a question and a potential small bug in the _ice_plot_ method, specifically on the "frac_to_plot" parameter. It is my...

- Extended use to classification models by allowing predict_proba to be passed to the ice_plot function. - Fixed 'type error when size is non-int' error for np.random.choice function

Hi Austin, I was wondering if it is possible to average across multiple runs/folds of the same model. I am trying at the moment, but the resulting ICE plots do...

See request in #18. I don't have a ton of time at the moment, so pull requests are welcome.

enhancement