allCylindersPredictionsOutputWildcard ={
let m = new pyxis.KNNRelationshipModel(
"allCylindersPredictions",
[
{
name: "Weight_in_lbs",
attributeType: pyxis.AttributeType.quantitative
},
{
name: "Horsepower",
attributeType: pyxis.AttributeType.quantitative
}
],
"*"
);
return m;
};