GrantMarshall / FrequentItemsets / 0.1.2
FrequentItemsets
Royalty FreeLanguage
Python 2.x
Metrics
API Calls - 94
Avg call duration -
N/A
Permissions
The GNU General Public License (GNU GPL or GPL) is a free software license which guarantees end users the freedom to run, study, share and modify the software.
Learn More
Run an Example
Input
Output
{
"itemsets": [
[
"a"
],
[
"a",
"b"
],
[
"b"
]
]
}
Install and Use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run GrantMarshall/FrequentItemsets/0.1.2 -d '{"threshold": 2, "documents":[["a","b","c"],["a","b","d"]]}' --timeout 300