Open jlewi opened 4 years ago
Issue-Label Bot is automatically applying the labels:
Label | Probability |
---|---|
kind/feature | 0.57 |
Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.
I'm noticing a lot of code duplication between the various notebooks. Which makes it hard to identify which notebook to use. This is probably tech debt as a result of us creating new copies of code rather than refactoring and reusing. We should try to clean this up.
As an example the following two notebooks both seem to be fetching GitHub issues and computing embeddings
issue_loader.ipynb
Get-GitHub-Issues.ipynb
The former appears to be using the functions in embeddings.py
It looks like the latter is still defining those same functions inside the notebook