Explainable AI using SHAP | Explainable AI for deep learning | Explainable AI for machine learning

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии •

  • @durgasthan
    @durgasthan 2 дня назад

    May be in machin learning where is black box..but linear regression already providing contribution like intercept is your base value..and multiply the predicted coefficients with data points of that variable..if coefficients is negative then contribution is on decreasing side

  • @shreyagrawal3806
    @shreyagrawal3806 21 день назад

    Thanks

  • @ryu_no_kagizume
    @ryu_no_kagizume 7 месяцев назад +1

    Could you please let us know how the base value is calculated?
    Thanks!

  • @KumR
    @KumR 7 месяцев назад

    Hi Aman... It was good to know about this library. But I still have the question about which you touched a little. When we can get weights to see the coef and bias, how does this make it different ?

    • @KumR
      @KumR 7 месяцев назад

      I am bit unclear on that. Pl help

    • @UnfoldDataScience
      @UnfoldDataScience  7 месяцев назад +1

      Lets say my prediction for first records is 20000. I want to know what makes it 20000. Can you tell me 14000 of this 20000 is made of feature1, another 2000 from column 2 and another 2000 from feature 3 using coef anf bias?

  • @saharrichi2718
    @saharrichi2718 3 месяца назад

    Can you explain PSO please?

  • @gadisahayilu5689
    @gadisahayilu5689 7 месяцев назад +1

    how to minimize its computation time

    • @UnfoldDataScience
      @UnfoldDataScience  7 месяцев назад +1

      It is not slow always - I tried in VS code and local jupyter as well. I was not very dissapointed.

  • @SaiVivekanandKuchimanchi
    @SaiVivekanandKuchimanchi 7 месяцев назад +1

    Hi Aman. Can you pls show, the data in this model. y = x1+x2+x3...+xn. ie. 1000 = 300+250+250+...+150+50, some thing like that.pls