I am using https://neo4j.com/docs/graph-data-science/current/algorithms/ml-models/nodeclassification-pipelines/ as a template and have completed the steps
When I
CALL gds.beta.model.list()
I see the training model but not the classification model.
This does exist because when I re-run I get
Failed to invoke procedure gds.alpha.ml.pipeline.nodeClassification.train: Caused by: java.lang.IllegalArgumentException: Model with name liquidation-model already exists.
Is there a different CALL for accessing classifications models?
update: gds.alpha.ml.nodeClassification.train
successfully saves models to the model catalog