I successfully built a behavior based predictive model using data that came from call center and web activity streams. The goal was to predict the type of call such as suggestion, enquiry, complaint, etc. The model was really straight forward to build in using the MWB, but unfortunately the data was loaded with the field name "Type" for this outcome. As a result when I built the model and exported the result to BaaS, I am seeing that because the word "type" is reserved for identifying the output type (in this case referring to the file name of the scored output file) the actual prediction values for Type was populated with the file name. This is probably one of those rare occurrences, but wanted to share with the community in case you run into this.
I don't consider the question answered. I was attempting to create a new collection in BaaS named 'notifications' and got a response 'error creating collection'. We suspected that may be a reserved word for mobile push notifications, and tried a variation 'membernotifications' and successfully created the collection.
It begs the question again - are there reserved words which cannot or should not be used in such cases?