Is AutoModel on break, or is it just me?
tonyboy9
New Altair Community Member
The task is to predict churn in a telecommunications business. This is the data set imported to RapidMiner Studio:
This is the commit cleanse step in TurboPrep:
This is model predict in AutoModel:
This is AutoModel run:
This is all eight models errors:
I've only seen this once before with AutoModel, so I said nothing, hoping it would get well. If anyone has anything helpful to offer, I would appreciate hearing from you.
Thank you for your time.
Tony
This is the commit cleanse step in TurboPrep:
This is model predict in AutoModel:
This is AutoModel run:
This is all eight models errors:
I've only seen this once before with AutoModel, so I said nothing, hoping it would get well. If anyone has anything helpful to offer, I would appreciate hearing from you.
Thank you for your time.
Tony
Tagged:
0
Best Answers
-
Hi Tony,
To have an idea of what is going on, click on "Model" for a given model and then click on "OPEN PROCESS".
The process associated to the model is opening, then run this process to determine which operator is raising an error
and the nature of this error.
Hope this helps,
Regards,
Lionel
0 -
there is a bug that autmodel cannot handle ( and ) in column names. That should cause it.
0
Answers
-
Hi Tony,
To have an idea of what is going on, click on "Model" for a given model and then click on "OPEN PROCESS".
The process associated to the model is opening, then run this process to determine which operator is raising an error
and the nature of this error.
Hope this helps,
Regards,
Lionel
0 -
there is a bug that autmodel cannot handle ( and ) in column names. That should cause it.
0