missing CreateML frameworks

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

Answered by DTS Engineer in 824994022

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.

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.

but I want the CLI to train the model and when I write the for the cli, I get an error called "Cannot Find MLtable in scope"

As far as we're aware there is no CLI for CreateML so uncertain what you're referring to.

missing CreateML frameworks
 
 
Q