-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow for large datasets #5
Comments
Hi @tueda , thanks for your feedback! Interesting to see Looking quickly over their code, they do some calculations smarter than I did! To be honest, looking at Unfortunately, I don't have the sparetime for a rewrite (which would be best). I see some low effort optimizations, which could give ~20% speed-up, and which I might be able to do, but I'm not sure if it's worth it: I wonder if it makes more sense to archive May I ask, why you would prefer to use (It's a shame, that they implemented this only as an "example" (w/o license?) and not integrated it in |
Indeed, the example notebook has appeared in v0.14.0, which is rather new.
I understand that you are busy and that it is not easy to devote time to maintaining and improving the library. This is not urgent.
Personally, I prefer the simple syntax |
Thank you for creating a nice package. It is very handy to install such a functionality with
pip
.However, I find this package to be rather slow for large datasets in comparison with the
LinearRegDiagnostic
class described in the Linear regression diagnostics example ofstatsmodels
. This may indicate some inefficiency of the package.Example:
lmdiag
LinearRegDiagnostic
The text was updated successfully, but these errors were encountered: