Does dropping a public/published model require any special syntax?
I'm trying the following:
CALL gds.model.drop("<model_name>_public")
The command does not fail, however, when I check the catalog again using:
CALL gds.model.list() YIELD modelName, creationTime, loaded, stored, published
the model still exists