Skip to content

Instantly share code, notes, and snippets.

@alphaville
Created December 10, 2010 04:13
Show Gist options
  • Save alphaville/735763 to your computer and use it in GitHub Desktop.
Save alphaville/735763 to your computer and use it in GitHub Desktop.
Curl Commands for Jaqpot
# Useful cURL commands:
# Train MLR
curl -X POST -H Accept:text/uri-list -H "Authorization: AQIC5wM2LY4Sfcxd8hvn9mLDaUHiBSUkQnIyrKCdUlsNxKo=@AAJTSQACMDE=#" -d dataset_uri=http://apps.ideaconsult.net:8080/ambit2/dataset/6 -d prediction_feature=http://apps.ideaconsult.net:8080/ambit2/feature/20154 localhost:3000/algorithm/mlr
# PLS Filter
curl -X POST -H "Authorization: AQIC5wM2LY4Sfcxd8hvn9mLDaUHiBSUkQnIyrKCdUlsNxKo=@AAJTSQACMDE=#" -H Accept:text/uri-list -d dataset_uri=http://apps.ideaconsult.net:8080/ambit2/dataset/54 -d target=http://apps.ideaconsult.net:8080/ambit2/feature/22201 -d numComponents=2 localhost:3000/algorithm/plsFilter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment