"description":"Locally weighted linear regression with MapReduce\r\n\r\nReference:\r\nMapReduce version of algorithm is proposed by Cheng-Tao Chu; Sang Kyun Kim, Yi-An Lin, YuanYuan Yu, Gary Bradski, Andrew Ng, and Kunle Olukotun. \"Map-Reduce for Machine Learning on Multicore\". NIPS 2006. \r\n"
}
},
{
"pk":184,
"model":"workflows.abstractinput",
"fields":{
"widget":61,
"name":"Training dataset",
"short_name":"dst",
"uid":"15644754-4c1d-4367-a0a3-5d442b51ff89",
"default":"",
"required":true,
"multi":false,
"parameter_type":null,
"variable":"training_dataset",
"parameter":false,
"order":1,
"description":"Define training dataset"
}
},
{
"pk":183,
"model":"workflows.abstractinput",
...
...
@@ -1465,7 +1483,7 @@
"parameter_type":null,
"variable":"fitting_dataset",
"parameter":false,
"order":1,
"order":2,
"description":"Define a dataset that will be fitted to training dataset."
}
},
...
...
@@ -1483,26 +1501,8 @@
"parameter_type":"text",
"variable":"tau",
"parameter":true,
"order":2,
"description":"Parameter Tau controls how quickly the weight of a training example falls off with distance of its x(i) from the query point x"
}
},
{
"pk":184,
"model":"workflows.abstractinput",
"fields":{
"widget":61,
"name":"Training dataset",
"short_name":"dst",
"uid":"15644754-4c1d-4367-a0a3-5d442b51ff89",
"default":"",
"required":true,
"multi":false,
"parameter_type":null,
"variable":"training_dataset",
"parameter":false,
"order":3,
"description":"Define training dataset"
"description":"Parameter Tau controls how quickly the weight of a training example falls off with distance of its x(i) from the query point x"