Kevin Sheppard

Results 499 comments of Kevin Sheppard

Unrelated failures. Merging and I will fix up the others.

Could you not call it `dir`? Maybe `work_dir` or `temp_dir`?

`dir` is a reserved word in python, so it should usually be avoided.

Looks good aside from the docstring and the variable name. Also need to get the PEP-8 issues identified above.

A PR would be very welcome. On Sat, Jul 2, 2022, 03:13 Jay Kim ***@***.***> wrote: > I implemented the interior point method quantile regression following the > Julia implementation...

The property bug is annoying.

Can you fix the pep error. Thanks.

I would use one of the packages that can output DOCX files to build your table in Python if you need to do this regularly. You could build your own...

`pip install git+https://github.com/statsmodels/statsmodels.git`