Skip to content

Instantly share code, notes, and snippets.

@alphaville
Last active August 29, 2015 14:14
Show Gist options
  • Save alphaville/81aa59c4ae24a8cdc326 to your computer and use it in GitHub Desktop.
Save alphaville/81aa59c4ae24a8cdc326 to your computer and use it in GitHub Desktop.
{
"dataset_uri" : "http://jaqpot.org/dataset/123",
"dependent_features" : [
"http://jaqpot.org/feature/1",
"http://jaqpot.org/feature/2",
"http://jaqpot.org/feature/3"
],
"transformed" : true,
"num_transformed_features" : 6,
"data" : {
"/compound/1/conformer/11": [1.23, 2.44, 5.01, null, 0.07, 0.94],
"/compound/2/conformer/31": [9.31, 1.90, 8.11, 0.05, 0.21, 0.88],
"/compound/3/conformer/90": [8.10, 0.67, 7.10, 0.00, 0.44, 0.67],
"/compound/4/conformer/45": [3.91, 1.03, 8.37, 0.28, null, 0.99]
},
"parameters" : {
"lambda" : 1,
"c" : 0.8,
"epsilon" : 0.1,
"tolerance" : 0.00001
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment