Kevin Conley

Results 6 comments of Kevin Conley

> Is this because we are using the different versions of sklearn libraries? Yes I think so. It sounds like you have a version of sklearn that is at least...

I don't think we had any of the 503 errors, but I think we did see a lot of leavers. Keep in mind this project was done over 2 years...

You should change that path to to be an absolute path somewhere on your file system: https://github.com/kevincon/dotaml/blob/master/data_collection/dotabot2.py#L12 I don't believe the file actually has to exist before you run the...

Yeah OSX uses AppKit and iOS uses UIKit which seem to use different things for the same name. For example, UIImage on iOS is actually NSImage on OSX. :( We...

Yeah that might be a good idea, but rather than trying to keep track of a `shouldCacheInputImage` property, I think it would just be easier for users if we reworked...

Ah I see what you mean now. Yeah I think your `shouldCacheInputImage` property is a good idea to solve that problem.