Morten Dæhli Aslesen

Results 11 comments of Morten Dæhli Aslesen

By the way, this is my first open source PR. Please let me know if I should do anything different, or if you have any advice. I have read the...

> Flask 2 does not support Python 3.5. Any chance we could drop Python 3.5? It reached end of life more than 1 year ago.

I have the same issue, but upgrading to sklearn 0.19.1 did not solve the issue.

I solved it by removing these fromt __init__ #self.best_score_ = None #self.best_params_ = None Looks like they are already declared in the base module, and it creates some trouble for...

I think this is a great idea 👍

Thank you for the contribution! We will add this feature before the next release.

I'm running into the same issue in my project.

Hi! I think this issue is related to this: https://github.com/Azure/azure-functions-docker/issues/1033 In short, the AsgiFunctionApp does not have the mix-in from BindingApi and SettingsApi, and I think it's the latter that...