val advancedPipeline = PipelineModel.load("/tmp/recognize_entities_dl_en_2.1.0_2.4_1562946909722/") // To use the loaded Pipeline for prediction advancedPipeline.transform(YOUR_DATAFRAME) also tell me how do I call it in python. The example provided is for scala and I am using python. Aut...