PMML using clustering microservice
Hi,
How to generate PMML for model using clustering_microservice.It will be helpful if explained in detail steps.
Hi,
How to generate PMML for model using clustering_microservice.It will be helpful if explained in detail steps.
Hi
To generate a cluster model you need to access the AnalyticsServer_ClusteringThing, service CreateJob
When you execute this, add the datasetUri you find in Builder in the datasetRef infoTable (click the InfoTable icon, then Add, then paste the datasetUri in the datasetUri field, enter parquet for format, leave the other fields as default, press Add)
enter the clusterCount (3 for example)
Execute the service.
This will give you a jobId as output.
Copy this jobId.
Access the service RetrieveModel, fill the jobId and execute.
This will give you the pmml file
Kind regards
Christophe
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.