Emil Shirima

Results 5 comments of Emil Shirima

**Problems** 1. `currentColor` is a variable and not a method hence you need to use `colorWheel.currentColor` 2. You haven't set your `ViewController` to conform to `ISColorWheelDelegate` **Solution** I created a...

I have experienced a similar issue to this recently and have tried other methods to save the explainer object with no success. I found a workaround to this by saving...

@tkmamidi I am confused as to what you're trying to achieve then. If you can't compute shap values ahead of time then why do you need to save the explainer...

Then consider adapting the following layout: 1. Train your stacking classifier 2. Save the fitted classifier as a pickle file (this will avoid re-training for each run) On your script...

@cavisions hey, I was wondering if you could help me with [this question](https://stackoverflow.com/questions/60196877/azure-kinect-crop-out-colour-camera-image) since you seem to have it done.