Posts

Post not yet marked as solved
1 Replies
391 Views
With Core ML the number of iteration was between 25 to 29. With Core ML 3 the number of iteration is only 11.I need to increase it. I couldn't figure out how. Where do I get the Apple documentation on all the parameters a function can take? How do I set the iteration to a higher number?Below is how I call the ML Classifier let classifier = try MLClassifier(trainingData: classifierTrainingTable, targetColumn: "Label")Thanks
Posted
by emakia.
Last updated
.