Home > Enterprise >  parameters error in azure ML designer in evaluation metrics in regression model
parameters error in azure ML designer in evaluation metrics in regression model

Time:09-27

I developed a designer to implement regression models in azure machine learning studio. I have taken the data set pill and then split the data set into train and test in prescribed manner. When I am trying to implement the evaluation metrics and run the pipeline, it was showing a warning and error in the moment I called the dataset for the operation. I am bit confused, with the same implementation, when i tried to run with linear regression and it worked as shown in the image. If the same approach is used to implement logistic regression it was showing some warning and error in building the evaluation metrics.

enter image description here

the above success is in linear regression. When it comes to logistic regression it was showing the warning and error in pipeline.

Any help is appreciated.

CodePudding user response:

Creating a sample pipeline with designer with mathematical format.

enter image description here

We need to create a compute instance.

enter image description here

enter image description here

enter image description here

enter image description here

Assign the compute instance and click on create

enter image description here

Now the import data warning will be removed. In the same manner, we will be getting similar error in other pills too.

enter image description here

enter image description here

Create a mathematical format. If not needed for your case, try to remove that math operation and give the remaining.

enter image description here

Assign the column set. Select any option according to the requirement.

enter image description here

Finally, we can find the pills which have no warning or error.

  • Related