CreateML DataFrame can't have column with element of unsupported type Dictionary

49 Views Asked by At

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:

enter image description here

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:

enter image description here

So am I missing something?

0

There are 0 best solutions below