code-intelligence icon indicating copy to clipboard operation
code-intelligence copied to clipboard

ML-Powered Developer Tools, using Kubeflow

Results 64 code-intelligence issues
Sort by recently updated
recently updated
newest added

As part of #70 we deployed the workers on an update cluster which uses workload identity. I'm observing that after the workers have been up for a long time they...

kind/bug

See attached logs. Some of the worker pods for the label microservice are returning 500s when they first try to contact the metadata server. ``` google.auth.exceptions.TransportError: ("Failed to retrieve http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/?recursive=true...

kind/bug

From #70; I'm observing the following errors when running the inference model in pubsub workers. The first couple of predictions succeed but then it starts failing. This looks like a...

kind/bug

The issue triage action is failing because the import `pytz` can not be found. ``` Run kubeflow/code-intelligence/Issue_Triage/action@master /usr/bin/docker run --name kubeflowkubeflowtriage_81c626 --label 671ee6 --workdir /github/workspace --rm -e INPUT_ISSUE_NUMBER -e INPUT_GITHUB_PERSONAL_ACCESS_TOKEN...

kind/bug
priority/p0
area/engprod

Test for the new kf-label-bot-dev github app. Want to see if this issue gets processed by the devi instance

kind/bug

Follow on to #70 We should update the microservice that is the front end for the label bot (handles GitHub webhooks) so that 100% of issues for repositories in the...

kind/feature

The issue label bot is now divided into a front end and backend. * The frontend is the FlaskApp that handles the GitHub webhooks. * The code for the frontend...

kind/feature

We should delete the github-api-cluster in project: issue-label-bot-dev. This cluster was originally created to run the issue embedding microservice. However, after #80 the issue embedding service should be a microservice...

kind/process

#59 defined a GitHub action to triage issues. As part of that we also defined a GitHub action to build and push the docker image for the action whenever the...

kind/feature
priority/p2

It looks like our repo_specific_model is using MLPClassifier. https://scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html The labels, however, are not stored in MLPClassifier's classes attribute. Instead the label's are stored in the YAML file describing the...

kind/feature