Pamphile Roy

Results 452 comments of Pamphile Roy

For new usage then it's prefered to name it `rng`? In shgo we will add it so if we say the better way is `rng`, then we go for it...

Scikit-Image just decided to update their API to use `seed`–https://github.com/scikit-image/scikit-image/issues/5359. From what I know, Scikit-Learn is using `random_state` and NumPy uses `seed`. @scipy/maintainers What do you think we should we...

Thanks for the links. I've seen it in August. I just took the time now to make this issue. I think things like that should be presented somewhere else than...

@janewang Sorry I don't have a reproducer as I created this during a community call after @kalepail mentioned it could happen. We had a quick back and forth in the...

Hi @brentertainer, fair point. Are you interested in making a PR?

I would like that approach 👍 Does sound simpler than having to change the test infra and also from a user perspective then you don't have to update your test...

That would be a nice DX improvement 👍 Also the `stellar events` could have a bit more settings to filter events (by contract/address a minima).

Hi 👋 To help analyze your case, could you provide 2D subplots of inputs vs output? Pairplot from eg. seaborn. That would help visually understand what could be happening.

> X-axis holds model parameters and y-axis have performance metrics So to be sure, you want to compute indices on the performance metrics? i.e. answer the question, which of my...