#import @interface MLModel (Compat) - (void) predictionFromFeatures:(id) input completionHandler:(void (^)(id output, NSError * error)) completionHandler; - (void) predictionFromFeatures:(id) input options:(MLPredictionOptions *) options completionHandler:(void (^)(id output, NSError * error)) completionHandler; @end