Hi devs, 👋🏻 This is a tutorial about how to create a Core ML model with your tabular data, using Apple's sample code in the documentation. The problem with the original sample code is using outdated MLDataTable, which is now replaced with DataFrame...