Using Rapid Miner Go, applying model to other data sets, it is not recognizing dates - says Missing
Find more posts tagged with
Sort by:
1 - 6 of
61
I've attached two files. DataSetforGradient.PNG shows the dataset after it has been uploaded into RapidMiner Go and prepared for the model to be applied to it. You can see the two fields labeled "Latest..." have date data in them. PredictionResultsforGradient shows the results after "Calculate Predictions" is clicked on the screen shown in DataSetforGradient. For some reason the Prediction Results are labeling most of the data in the "Latest..." fields as "MISSING".
Thanks for your help.
Sam Drew
Thanks for your help.
Sam Drew
Hi @jsdrew ,
it seems the dates in your dataset where wrongly identified as a string / categorical value, instead a date.That causes a misbehavior, since auto model does not use the proper preprocessing for dates. What happens is, that your model only works on dates which where present in the training set, but is misbehaving on dates which were not.
Best,
Martin
Sort by:
1 - 1 of
11
Can you please provide a screenshot of your browser view with the id visible in the url to speed up investigation?
Attached an example.
Thanks.