Skip to content

Commit

Permalink
update the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensel committed Nov 5, 2024
1 parent 46e49ba commit 3866d02
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ Consider the two classes (d1 and d2) below.
| d2 | d | e | | |

SubPop will identify the item sets unique to each class. In this example the values are considered as a bag of values,
so
the column is ignored.
so the column is ignored.

| class | | | | support |
|-------|---|---|---|---------|
Expand All @@ -36,7 +35,21 @@ The support is the ratio of occurrences with the size of the class population.

## Installation

__CLI is still under development__
All SubPop releases are available via [Homebrew](https://brew.sh):

```shell
brew tap clusterlesshq/tap
brew install subpop
tess --version
```

Available on Docker Hub:

- https://hub.docker.com/r/clusterless/subpop/tags

And, you can download the latest releases directly from GitHub:

- https://github.com/ClusterlessHQ/subpop/releases

## Usage

Expand Down

0 comments on commit 3866d02

Please sign in to comment.