Flynn
Flynn
Do you mean aggregating the downloads across all pypi specifically for mirroring applications? That could be interesting sure. Do you have some sample queries to share so I can get...
@paternal thanks for addressing the idea. This was something I had originally planned on but cut from the initial implementation of the site. I definitely would like to have something...
I've just updated pypistats, and it should be easy to run locally using docker compose if you merge the changes.
Hi @hagerpa. That sounds like a great idea and one that I agree would be worth pursuing/supporting here.
This library is no longer maintained in favor of https://github.com/crflynn/stochastic which also includes FBM generation. I believe this algorithm implementation has also since been modified. If you are still inclined...
I've been working on one here: https://github.com/crflynn/skgrf It's a bit hastily done and might require some review, particularly on the boosted regressor, but it provides sklearn python classes for all...
I've not been actively maintaining this project lately, but I'm happy to accept any changes to keep it working.
There is a `show_celery_hostname` option. Does this accomplish what you are asking?
Ah I understand. The startup/shutdown is probably only useful for much smaller implementations (I used a single instance when I made this). I think your request is relatively easy to...
Your system is trying to build the wheel for skgrf. Am I correct in assuming you are on an M1 mac? We ship wheels for linux and mac but not...