This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
Create a notebook to train a model using AutoML #130
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refactor some of the notebook setup into notebook_setup.py to make it reusable
For the kpt package to launch a notebook
Add kpt setters to properly set most values.
Add an application resource so that links show up in the application dashboard.
Related to:
Triage Action Should Use GitHub App (not a personal access token) #112 Train an org wide model
Increase area label predictions to 25% of issues #121 Increase label predictions to 25%
Qualitatively the AutoML model trained on all issues with either an area or platform label seems to do much better than our current model. Or an MLP trained on all repositories with the new embeddings.
The new model includes the repo name as a feature (we just add it to the document). So
its possible its the addition of that feature and not the model itself that accounts for the improved
performance.
Also the model is only training on issues with a platform or area label as opposed to all issues.
This should help us distinguish unlabeled examples from negative examples.
e.g. if label area/jupyter is missing from an issue that could be because the label doesn't
apply or because the issue was never labeled. If an issue has one area or platform label
then it was likely added by a human which increases the likelihood that any missing area or platform labels are missing because they don't apply.