I cant use clean missing data node in designing pipeline.

hisham sharaf 20 Reputation points
2023-08-11T22:25:33.3566667+00:00

I want to design an pipeline to make a model, so I used the dataset node then the select column node, but when I selected the clean missing data node I cant choose the columns name as I cant choose to (by name), also there is no columns name appeared to include.23

Capturemicro

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,332 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2023-08-14T15:20:42.9266667+00:00

    @hisham sharaf This is an expected behavior with the module as mentioned in the tooltip of the screen shot you added. Since you are using select columns in dataset module in between the dataset the clean missing module will not actually see the schema to list out the column names for selection. For example, if you use the clean missing data module after the dataset module it will be able to list the column names. Please see screen shot below:

    User's image

    For the above order, the clean missing data module will list the column names.

    User's image

    I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.