Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def load_model(model_path): return winml.LearningModel.load_from_file_path(os.fspath(model_path))
Access Windows Runtime APIs from Python