Can you please check if the Assignment cluster 31 has NaN value? The Assign Data to Clusters leverages SKlearn, and from the error message, seems the Assignment column had NaN value which resulted in an error. If that's the case, let us know, so we can enable Evaluate Module module to deal with NaN values, and in the meantime, here's a short-term workaround:
- Connect Clean Missing Data module to Assign Data to Cluster module, to clean the missing values.
- Use Edit Metadata module to convert Assignment to Integer and categorical type, this is because if Assignment column has NaN value before and its column type was double, we need to convert it to integer.
- Connect Edit Metadata to Evaluate Model module.
Hope this help!