File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ Consider the two classes (d1 and d2) below.
2121| d2 | d | e | | |
2222
2323SubPop will identify the item sets unique to each class. In this example the values are considered as a bag of values,
24- so
25- the column is ignored.
24+ so the column is ignored.
2625
2726| class | | | | support |
2827| -------| ---| ---| ---| ---------|
@@ -36,7 +35,21 @@ The support is the ratio of occurrences with the size of the class population.
3635
3736## Installation
3837
39- __ CLI is still under development__
38+ All SubPop releases are available via [ Homebrew] ( https://brew.sh ) :
39+
40+ ``` shell
41+ brew tap clusterlesshq/tap
42+ brew install subpop
43+ tess --version
44+ ```
45+
46+ Available on Docker Hub:
47+
48+ - https://hub.docker.com/r/clusterless/subpop/tags
49+
50+ And, you can download the latest releases directly from GitHub:
51+
52+ - https://github.com/ClusterlessHQ/subpop/releases
4053
4154## Usage
4255
You can’t perform that action at this time.
0 commit comments