-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add open issues analysis #127
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
hmm, interesting. Apparently people were bringing up a lot of especially difficult issues at the start of 2018, for some reason |
Thanks @fcollonval. I will also take a stab at the text analysis during the weekend (if there won't be another heatwave...).
Would be good to normalize by total number of issues opened at given time for that conclusion I think? There might have been a spike in total number of issues after https://blog.jupyter.org/jupyterlab-is-ready-for-users-5a6f039b8906 announcement. |
This sounds like a plausible cause as the peak is on the approximate second month. But you are correct, some normalization would make sense (and probably stricter construction of bin per month). |
Yeah, sure, but doesn't a sudden plague of vexatious users sound much funnier? +1 for adding some plots with ( |
Is it possible to get reactions (:+1:, :-1: etc) stats with this API? I am thinking like weighting n-grams by those... |
This is possible although it will require more API request (see https://ghapi.fast.ai/fullapi.html#reactions and https://docs.github.com/en/rest/reference/reactions#list-reactions-for-an-issue). This means we may hit the GitHub anonymous request quota (I try to avoid bringing authentication for easiness). |
Following the dev meeting of July 7th, here is a notebook that analyze the JupyterLab opened issues.
Xref: #117 (comment)
The notebook can be visualized directly in GitHub: https://github.com/jupyterlab/team-compass/blob/ft/issues-insights/docs/insights/JupyterLab_issues.ipynb