I'm following Apple WWDC video here about how to create a recommendation model. But I'm getting this error when I run the project on that like of code from their tutorial:
Column keywords has element of unsupported type Dictionary<String, Double>.
It seems like DataFrame doesn't support this type of data from the documentation here:
So am I missing something?