Hi I have two excel form of data and one of them has Label the other one doesnt have label column so is it possible to import both of them to RM and start use ML algorithms for them? Thank you
Yes, you can. You do not need a label for importing. If both of these datasets are related, you can train the algorithm on a dataset with labels and use the apply model to predict labels for the dataset without labels.
Hope this helps. Please inform if you have more questions.
Yes, you can. You do not need a label for importing. If both of these datasets are related, you can train the algorithm on a dataset with labels and use the apply model to predict labels for the dataset without labels.
Hope this helps. Please inform if you have more questions.
I import your rmp file but unfortunately I see a problem that shows some columns doesnt match with each other but I check the data and it doesnt have any problem. please guide me to solve it.
Can you set a breakpoint before apply model by right clicking on the apply model operator? Once you set it, run the process and see if the attribute is available, if it is available see what the type (numeric, polynomial etc) of that attribute is. You can also see what type of attribute is coming from the training data set by setting break point after read excel (training data).
If you have the attribute available in both data sets and they belong to the same data type (polnomial, integer etc), from my understanding its the Names issue (spaces). Lets see if @sgenzer or @mschmitz
this UserError just states, that the data set you apply the model on (the lowerone) doesnot contain the attribute WRITE.CONTACTS. Please verify that it exists andis not special.