Erik Petrovski
Erik Petrovski
Could the `.recalculate_user()` method be implemented for Bayesian Personalized Ranking? I'm not sure if this is a lacking feature or if it's simply not theoretically possible with this algorithm -...
`interpret` is a very useful package for explaining ML using SHAP, thanks. But I have a legal issue that prohibits me from using this in a professional context. It seems...
`app.json_encoder` was [removed in Flask2.3](https://github.com/pallets/flask/pull/4995). Update docs to reflect that users need to set `app.json` and `app.json_provider_class` from now on.
A simple bugfix for #953 'AttributeError: 'list' object has no attribute 'verify'' that occurs when the user passes in a list with UsernameToken() and Signature() to the wsse argument in...