Vimig Socrates

Results 6 comments of Vimig Socrates

The VocabularyProcessor class is deprecated in (I believe) Tensorflow v1.8. The reasons is because they want to encourage you to use the Datasets API. I used this code as a...

> I reiterate that if there isn't an order for a categorical variable it would be awesome if it could be ordered by the percentual of each category, but the...

I'm having the same issue, no other error logs prior to this one. Just repeated tries by the gunicorn worker to start up. This occurs when I deploy with `az...

For `predict_probability`, I believe the same change can be made here: https://github.com/pgmpy/pgmpy/blob/bb8e328b3ed0216d7eb9145da8fc5fe0ecd207fb/pgmpy/models/BayesianNetwork.py#L808 Apologies, I don't have the time to add tests etc. otherwise, I would make a pull request myself....

Hi, sorry, I don't think I'll have time to run the tests on this. Please feel free to use my code above if you want to give it a shot!...

Easy enough to add the `output_names` in: `shap_values.output_names = classes`.