Deploy Machine Learning Custom Model on IBM Watson

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2021

ความคิดเห็น • 20

  • @hrishikeshkulkarni2861
    @hrishikeshkulkarni2861 8 หลายเดือนก่อน

    Wonderful tutorial! I required it so much

  • @chinedumjoseph9875
    @chinedumjoseph9875 3 ปีที่แล้ว +4

    Great video! You did excellently well. It will be nice if you attach the code here to make it easier for me to use and edit.

  • @mrbeanclassic46
    @mrbeanclassic46 2 ปีที่แล้ว +1

    How to import a trained model in tensorflow into IBM watson please?

  • @sahilsawant6980
    @sahilsawant6980 3 ปีที่แล้ว +1

    best detailed tutorial I have watched till now
    actually I wanted to learn how to "build a binary classification model using auto AI experiment", I am newbie here, so please can you make a detailed video on it.

  • @mikiallen7733
    @mikiallen7733 ปีที่แล้ว

    can I access free sample data from the IBM weather API ? if so how ? your input is highly appreciated

  • @fantasticvibes6113
    @fantasticvibes6113 2 ปีที่แล้ว

    I want to analyse data and do a research, wjat ibm service is best?

  • @user-ij4lr7ug2g
    @user-ij4lr7ug2g 9 หลายเดือนก่อน

    Great video!

  • @vishnupradeesh2001
    @vishnupradeesh2001 ปีที่แล้ว +1

    Can we run a deep learning model here, What if I want to convert trained deep learning model into API ..
    I don't want to import any dataset , just import trained dataset alone..
    is that possible??
    kindly clear this doubt...

  • @abhisheksharma9805
    @abhisheksharma9805 3 ปีที่แล้ว

    Thanks a bundle mam....

  • @abhisheksharma9805
    @abhisheksharma9805 3 ปีที่แล้ว

    It helps me alot...

  • @manuthvann7560
    @manuthvann7560 2 ปีที่แล้ว

    It’s impressive madame , but I have encounter a problem when I run the cell it still doesn’t generate the space I’d , and I have already created the new deployment space too . So could u pls help me out with that. Looking forward to hearing back from you . Thanks

  • @rniveditha5327
    @rniveditha5327 ปีที่แล้ว +1

    WMLClientError occurred while storing the model in the deployment space....How to resolve this error

    • @varun-qx2cq
      @varun-qx2cq ปีที่แล้ว

      I have changed, software_spec_uid = """""("runtime-22.1-py3.9")
      And it's worked

  • @venu5416
    @venu5416 2 ปีที่แล้ว

    NameError: name 'client' is not defined ...?

  • @Govind_Lipne
    @Govind_Lipne ปีที่แล้ว

    Can I get this python codes?

  • @artificialnudge6610
    @artificialnudge6610 ปีที่แล้ว

    For Latest Deployment we can use this:
    software_spec_uid = client.software_specifications.get_uid_by_name('runtime-22.2-py3.10')
    software_spec_uid
    metadata = {
    client.repository.ModelMetaNames.NAME: 'Churn model',
    client.repository.ModelMetaNames.TYPE: 'scikit-learn_1.1',
    client.repository.ModelMetaNames.SOFTWARE_SPEC_UID: software_spec_uid
    }
    published_model = client.repository.store_model(
    model=clf,
    meta_props=metadata,
    training_data=X_train,
    training_target=y_train)

  • @sakthi_vaishnavi8938
    @sakthi_vaishnavi8938 ปีที่แล้ว +1

    Maam Really not understood maam🙂

  • @venkatesht3825
    @venkatesht3825 ปีที่แล้ว +1

    I request everyone to see this
    get the UID name for "runtime-22.1-py3.9" for the specification
    and use get_model_id to get model_id