diegodebrito

Results 9 comments of diegodebrito

What is the status on this issue? I believe the relevant changes were not included on v2.0.0. @laurenyu

@lorentzenchr @josef-pkt I am having some issues when fitting fitting constrained models and it is related to the discussion about Scipy's wright_bessel function above. When fitting models with constraints, Statsmodels...

Thanks for your quick answer, @josef-pkt. I opened an issue and added as much info as I could: https://github.com/statsmodels/statsmodels/issues/9234

Thanks for the answer and for opening the Scipy issue, @lorentzenchr In your opinion, would it be better to wait/push for the Scipy update and then modify the wright_bessel here?...

Great point, @josef-pkt. An alternative implementation wouldn't limit users to the eventual version of SciPy with the fix. I'm interest in working on this. We would love to have everything...

Found another occurrence of a similar error in https://github.com/nipunsadvilkar/pySBD/blob/5905f13be4fc95f407b98392e0ec303617a33d86/pysbd/lang/arabic.py#L29 ```python E File "local\.venv\Lib\site-packages\pysbd\lang\arabic.py", line 29 E txt = re.sub('(?

@dosu That is exactly what I was asking. If it's not used on evaluations, why is it returned? Is there any use case for those pieces of contexts?

Can we leave this open so someone has a chance to comment with a use case or confirmation on that? I understand your point, @dosu, I'm just trying to get...

Hi @guillermo-navas-palencia, wondering if you could check on this. I'm adding a more comprehensive example below: #### Baseline works fine and finds the bins ```python import pandas as pd from...