Heart Disease Prediction in Tableau | Logistic Regression in Tableau

Поділитися
Вставка
  • Опубліковано 13 чер 2021
  • This content is solely created for an experimental purpose. It demonstrates writing python script in Tableau and apply machine learning to predict heart disease. It also demonstrates the limitation with the existing python script for ML. This was already published in the previous channel and we are migrating the content in this channel. If you have already viewed it, ignore and wait for upcoming videos.
    Dataset and twbx link-
    drive.google.com/file/d/1D5yr...

КОМЕНТАРІ • 18

  • @curtiscampbell6456
    @curtiscampbell6456 8 місяців тому

    You did an amazing job on this! I am currently analyzing a dataset on stroke prediction and this video was inspiring.

  • @vedavyasa1900
    @vedavyasa1900 2 роки тому

    good work. I was unaware of prediction using tableau. Thank you

  • @drprateekagrawal
    @drprateekagrawal 2 роки тому

    U did a grt job. really liked the way u explained the concepts. Good going. thanks

  • @whitepanda95
    @whitepanda95 6 місяців тому

    Thank you very much for sharing such an amazing tutorial compared to others video, you explain every step in detail.

  • @maseedilyas203
    @maseedilyas203 3 роки тому +1

    Awesome bro🔥

  • @englishexpress948
    @englishexpress948 3 роки тому +1

    very nice

  • @esz4666
    @esz4666 Рік тому

    Good

  • @user-cl8eq9dm7v
    @user-cl8eq9dm7v 6 місяців тому

    Hello sir please reply me I need to classify one doubt

  • @tejaskulkarni3681
    @tejaskulkarni3681 Рік тому

    What are the limitations?

  • @shabbirsardar2770
    @shabbirsardar2770 Рік тому

    Sir can u explain deep in python(From basic)

  • @maryamnajimi6120
    @maryamnajimi6120 Рік тому

    Hi thank you for sharing this, I have downloaded your file it is completely working , I realized you are using dat1 for the model , I am getting errors for literal functions , could you help ? nothing is wrong it has been 2 days cannot fix it . a simple lines are
    SCRIPT_STR("
    import pandas as pd
    import numpy as np
    from ast import literal_eval
    from sklearn.linear_model import LogisticRegression
    d=literal_eval(_arg1[0])
    "
    ,
    ATTR([Total_Amt_Chng_Q4_Q11])
    )
    An error occurred while communicating with the Analytics Extension.
    Error processing script
    SyntaxError : unexpected EOF while parsing (, line 1)

  • @user-cl8eq9dm7v
    @user-cl8eq9dm7v 6 місяців тому

    Please help me sir

  •  Рік тому +2

    Hello I keep getting An error occurred while communicating with the Analytics Extension data source 'Analytics Extension'
    Error Code: 6116DD27
    An error occurred while communicating with the Analytics Extension.
    Error processing script
    SyntaxError : EOL while scanning string literal (, line 1)
    when I complete my code and drag logreg to test , do you have any idea why?