"\nResults\n=======\n\nCorrelation coefficient -0.0861\nMean absolute error 96.0546\nRoot mean squared error 160.775 \nRelative absolute error 100 %\nRoot relative squared error 100 %\nTotal Number of Instances 209 \n"
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
algo auth
# Enter API Key: YOUR_API_KEY
algo run weka/MultiScheme/0.1.1 -d '{
"trainUrl":"data://weka/WekaSampleCollection/cpu.arff",
"cv":5,
"options":"",
"mode":"train",
"modelUrl":"data://.algo/temp/model.txt"
}'