I have reinstalled everything including command line tools but the CreateML frameworks fail to install, I need the framework so that I can train my auto-categorzation model which predicts category based on descriptions. I need that framework because I want to use reviision 4. please suggest advice on how do I proceed
Hello,
CreateML is a tool for training models with the CoreML framework.
You can verify the installation of CreateML by checking Xcode's tools menu (see screenshot).
Similarly, you can verify the presence of the CoreML framework by adding it in the General settings of your Xcode project (see screenshot).
You may also find it helpful to start with a sample code project e.g. Integrating a Core ML Model into Your App.