Kevin Sheppard

Results 499 comments of Kevin Sheppard

Currently broken in pandas-datareader. Needs someone to implement a fix, or to be abandoned.

Logit should have a "y" variable that contains either 0 or 1, and so does not contain multiple values on expansion. You should encode you variable to 0 - 1.

Would be nice to get this in. Could you clean the notebook? We only store unrendered notebooks.

Thanks for bringing this up. I haven't released wheels that are compatible with the new ABI. pickling changes in NumPy 2 so I need to come up with something (FWIW...

I will try and get to it next week. Needs a decent refactor n On Thu, Jul 11, 2024, 15:01 Radoslav Hristov ***@***.***> wrote: > I'm getting exactly the same...

Very close now. Main works on NumPy 2 (1.22.3+). Hope to have release in the next few days.

randomgen 2.0.0 has been released with NumPy compatibility.

I think it would be better to not be so specific. It should either be `int` or `array_like[int]`. Then what you should do is ``` if np.isscalar(lags): # Verify is...

@camaramm Looks good but needs a test verifying that this works for the new input types.