Hi.
I am working on an ML model in Designer.
I have a dataset of c. 55,000 rows.
When I add an "ID" column (unique per row - so 55,000 IDs) to my dataset for training / scoring, I receive the error message:
ModuleExceptionMessage:ColumnUniqueValuesExceeded: Number of unique values in column: "ID" is greater than allowed.
Question: is this error based on a physical cap on number of rows - or capacity based on e.g. Compute power associated with the instance?
I can run 20k rows through the model without the ID column - so it seems the unique rows is the challenge.
But then - how do I keep an identifying column in the scored dataset, if there is a cap on unique values?
Because I need the ID column to join with other data that is not able to be used in modelling as features etc.
Any guidance welcome!