Evan Zamir

Results 28 comments of Evan Zamir

It would be easy to incorporate weights if the metrics had an option to not reduce to a single scalar number, similar to setting `reduction='none'` in PyTorch loss functions.

I assume nothing has been done with this in the last couple of years. I'm just wondering if anyone knows if there is any current way to capture a click...

I have a couple of projects involving Pyro and basketball: Bayesian Neural Network Win Probability https://github.com/EvanZ/bayesian-win-probability/blob/master/bayes-wp.ipynb NBA Player Ratings Model https://github.com/EvanZ/ppl-pm/blob/main/xpm.ipynb Bayesian Meta-Mock Draft (Aggregating Draft Rankings) https://github.com/EvanZ/bayesian-meta-mock/blob/master/bayesian-meta-mock-draft.ipynb

Hi @eb8680 sorry didn't get back sooner. No, I've really just been putting them in git repos. Feel free to link to those!

Here's another post I made yesterday. Are The Boston Celtics Better Than Random In Preventing Wide Open 3s? https://github.com/EvanZ/open_3pt_inference/blob/master/inference.ipynb

Is there a way I can just change the url that gets sent with the verification email so that it hits an endpoint on my frontend? I'd rather just direct...

Hey, thanks! I appreciate all the great tools you're putting out there. -evan On Thu, Jun 27, 2013 at 2:41 PM, Ramnath Vaidyanathan < [email protected]> wrote: > I just saw...

Any chance this is ever going to happen? What is the workaround?

@Evgueni-Petrov-aka-espetrov Hi! Yes, it appears to be the same problem where I can run the exact same code more than once on EMR and sometimes it works but most of...

I'm going to close this issue as it turns out the practical solution is to use an EC2 instance with multiple gpus. Perhaps it was just a memory issue? Regardless,...