Cannot Create/Test an Analysis Model - Job Fails with "Data Shape Does Not Match"
Hello, I have been beating my head against the wall with this for a while now. Any help would be appreciated!
I have a VERY simple csv I'm using as a dataset:

That's it: 3 fields and "Temp", which is what I want to predict from the other 3. So I upload this data into TWX Analytics (metadata correctly inferred), build the model, and publish it. The problem is, every time I try to "test" the model, I can't. No matter what values I put into the inputs, the job fails with "Data Shape Does Not Match - Number of Fields Are Different":

In addition, when I run the Signals for this model, no output is ever shown in the Features List when it is completed. I have run this before with other (much more complicated) data sets and never had any issues. The only error I see on the signals run is logged in the Script log:
GetSignalsAMS: Error: JavaException: java.lang.Exception: Field names do not match : Field [goal] Not Found in Data Shape
Anyone have any ideas? Thanks in advance!

