Initial Release
This is the InterSystems IRIS AutoML Showroom application using InterSystems IntegratedML to Predict some Churns
zpm "install automl-showroom"
Open the SQL Manager: http://localhost:52773/csp/sys/exp/%25CSP.UI.Portal.SQL.Home.zen?$NAMESPACE=USER&$NAMESPACE=USER
TRAIN MODEL InternetChurnModel
TRAIN MODEL TelcoChurnModel
Import the Postman collection from https://raw.githubusercontent.com/yurimarx/automl-showroom/main/churn-samples.postman_collection.json to execute some samples
$ git clone https://github.com/yurimarx/automl-showroom.git
$ docker-compose build
$ docker-compose up -d
Go to Execute Query into Management Portal to train the AI model: http://localhost:52773/csp/sys/exp/%25CSP.UI.Portal.SQL.Home.zen?$NAMESPACE=USER
Execute the models:
TRAIN MODEL InternetChurnModel
TRAIN MODEL TelcoChurnModel
Import the Postman collection from https://raw.githubusercontent.com/yurimarx/automl-showroom/main/churn-samples.postman_collection.json to execute some samples
This application used InterSystems IRIS IntegratedML project