model deployment

Thiru
Thiru New Altair Community Member
edited November 5 in Community Q&A
Is it possible to load the unlabelled fresh field data set to check the already build 
model in rapidminer.  If so, can I have the link of blocks to implement. thank you.


regds
thiru
Tagged:

Answers

  • varunm1
    varunm1 New Altair Community Member
    Hello @Thiru

    If I understand it correctly, you are trying to use a trained model to predict a new dataset. Yes, it can be done. You need to store thre trained model using "Store" operator in Repository and then you can drag it and drop it in a process window and connect the Trained model and New dataset to "apply model operator. There is also an option for model deployment in automodel.

    https://docs.rapidminer.com/latest/studio/guided/deployments/ 
  • Thiru
    Thiru New Altair Community Member
    yes.   The trained model will be supervised eg. Knn.     New data set to be tested will be  with unlabelled target attribute.   can I?