Cloud Pak for Data

 View Only

WML url for Machine Learning in ICP4D

  • 1.  WML url for Machine Learning in ICP4D

    Posted Mon January 11, 2021 12:25 PM

    Hello,

    I am trying to test a notebook on ICP4D example here: https://github.com/chetanjshah/telco-customer-churn-on-icp4d/blob/master/notebooks/Telco-customer-churn-ICP4D.ipynb.

    My instance in available here:

    https://services-central.skytap.com:1451*

    For the WML credentials URL, I have added it as:

    wml_credentials = {
    "url": "https://services-uscentral.skytap.com:1451/",
    "username": "***", //user name to access the ICP4D console
    "password" : "****", //password to access the ICP4D console
    "instance_id": "wml_local",
    "version" : "3.0.5"
    }

    I have also tried to use the Cluster IP of OC. The cluster IP I got by running the following:
    oc get svc


    This returned to me, this:

    NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
    docker-registry ClusterIP 172.30.199.7 <none> 5000/TCP 220d
    kubernetes ClusterIP 172.30.0.1 <none> 443/TCP,53/UDP,53/TCP 220d
    registry-console ClusterIP 172.30.35.131 <none> 9000/TCP 220d
    router ClusterIP 172.30.195.68 <none> 80/TCP,443/TCP,1936/TCP 220d

    The cluster IPs mentioned here are not working as well in the above. 

    Can someone please explain what is the ClusterIP I should use to make this work...

    Thanks,



    ------------------------------
    CS
    ------------------------------

    #CloudPakforDataGroup