Related Tags
Royalty Free
Tag recommendation based on topic/tag relations
Language
Java
Metrics
API Calls - 155
Avg call duration -
N/A
Permissions
This is not a recognized license.
This is necessary for algorithms that rely on external services,
however it also implies that this algorithm is able to send your
input data outside of the Algorithmia platform.
Run an Example
Input
Output
{
"supervised": 2,
"decision": 1,
"tree": 1,
"bayes": 1,
"learning": 1,
"ml": 1
}
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 tags/RelatedTags/0.1.1 -d '[
{
"/ml/NaiveBayes": ["bayes", "classifier", "supervised"],
"/ml/DecisionTree": ["decision", "tree", "ml", "learning", "classifier", "supervised"],
"/graph/Dijkstra": ["path planning", "graph", "polynomial"]
},
["classifier"]
]' --timeout 300