Skip to content

Commit

Permalink
adding clustering image
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Feb 2, 2022
1 parent fa2eba1 commit cb67a30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Spack Monitor NLP

![docs/clustering.png](docs/clustering.png)

This is an effort to see if we can do some kind of clustering using the warning and error messages in
the server. The goal will be to:

Expand All @@ -8,6 +10,14 @@ the server. The goal will be to:
3. output embeddings for each
4. cluster!

⭐️ [View Interface](https://buildsi.github.io/spack-monitor-nlp/) ⭐️

You'll see that the best clustering comes from just using the error or warning messages,
and that most of the clusters are boost errors. Could it be that a direct match (e.g.,
parsing libraries in advance to identify text of errors and using that) is better?
Perhaps! And in fact we could do some kind of KNN based on that too. This is more
of an unsupervised clustering (we don't have labels).

## Usage

```bash
Expand Down
Binary file added docs/clustering.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb67a30

Please sign in to comment.