Problems with uploading responses
The Upload Responses wizard does not work and you get an error message.
Cause
The format of the CSV file that you use might be incorrect, or the file is too big and the wizard runs out of memory.
Solution
Prepare a CSV file that contains columns for each of the predictors, and a column for the outcome field. If the file is too big, divide its contents into two smaller CSV files. Depending on your adaptive models, a CSV file can have the following structure:
Customer | Age | Marital Status | Employed | Existing Client | Gender | Response |
---|---|---|---|---|---|---|
C100 | 35 | Single | Fulltime | No | Male | Accept |
C101 | 34 | Married | Part-time | Yes | Female | Reject |
C102 | 28 | Married | Part-time | No | Female | Accept |
C103 | 22 | Single | Student | No | Female | Reject |
... | ... | ... | ... | ... | ... | ... |
C10099 | 44 | Married | Part-time | No | Male | Reject |
For more information, see Uploading responses of the customers.
Previous topic Problems with revisions or change requests Next topic Problems with withdrawing or updating a revision or a change request