Kevin Sheppard

Results 499 comments of Kevin Sheppard

I don't think we are going to address this (or practically can). We will likely eventually move to formulaic, although this project also used `eval`.

@agriyakhetarpal I tried to upload the wheel but got ``` Binary wheel 'statsmodels-0.14.3-cp312-cp312-pyodide_2024_0_wasm32.whl' has an unsupported platform tag 'pyodide_2024_0_wasm32'. ``` I am guessing this is expected. Is there a good...

A PR against maintenance/0.14.x for pyodide support would probably be helpful. Could do a 0.14.4 release with no other changes then.

The hard part with this approach is the reproducibility requires storing any unused bits. This adds to state which I think is more-or-less a no-no. For example, the BM gaussian...

You need to set the dtype for randint to get the best performance. Np.bool On Mon, Jun 25, 2018, 19:46 ndbecker wrote: > My bench: > from randomgen import RandomGenerator,...

Hmm, setting np.bool doesn't shave off much time. I suspect that most of the time is in allocating the memory for the output array.

Are there any examples of this in the demo site you could point out?

Can you be a bit more specific? In particular, can you posted the relevant parts of your conf and the rst page?

This seems to be Sphinx's default for a page with no title. This "title" (``) is then passed to the template engine which is then rendered in place fo the...