Data science applications with TabPy/R

Поділитися
Вставка
  • Опубліковано 16 тра 2024
  • In this session, we will learn how to deploy connections between Tableau and its advanced analytics external services. We will then utilize these connections to develop powerful and flexible data science applications that make the power of advanced statistics and machine learning available to business users and dashboard consumers at all levels.

КОМЕНТАРІ • 47

  • @nasimafzali6429
    @nasimafzali6429 4 роки тому +1

    Hi Nathan, Thank you so much for your awesome presenting.

  • @MauroooAz
    @MauroooAz 4 роки тому +2

    Thanks so much for this!... It provided me with many useful insights!... Great work!....

  • @lisawells6203
    @lisawells6203 4 роки тому +12

    Where are the datasets used for this exercise? Just curious how one could connect with them.

  • @tamages
    @tamages 4 роки тому

    Thanks Nathan, would you mind sharing the PCA workbook?

  • @berinazametica2698
    @berinazametica2698 3 роки тому

    Hi, great video but I have one question. At 29:02 I saw Selected Variable in green, what is in that calculation?

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

    Hi Nathan, thanks for the video. I am trying dynamic forecast in R. Everything works, except that the forecast doesn't happen for future dates. Can you share the workbook please?

  • @wyckliffombede3928
    @wyckliffombede3928 4 роки тому +2

    Hi Nathan, thanks for the great presentation. How would I access the data sets and notebooks used in this presentation?

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

      Connect Tableau to your data source + write the code in R or Python + launch Rserve (for R) or TabPy (for Python) and add the arguments in Tableau Desktop. The whole process is well documented on Tableau ...

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

    hey Nathan, thanks for your sharing this is good. i know how to use tabpy locally but we have a case where we need to enable the tabpy analytics extension in tableau online (after we publish the dashboard to tableau online, we still can use the tabpy to run the python script we built in the tableau dashboard) and we want to host that tabpy server in a google cloud virtual machine, but we don't know how to develop the connection so that we can use tabby in tableau online. what is the URL to use in order to build the analytics extension? can you help us or is there any tutorial documents i can refer to? thanks

  • @pauliancabasag3598
    @pauliancabasag3598 3 роки тому

    Really great webinar and superbly motivates the significance of TabPy! I am a data science engineer and would like to request if I can get a link or request the data set from the implementation? I am trying to teach the Python/Tableau implementation to students and you clearly and concisely explain it. I just want to show them a similar approach using your data set.

  • @PatrickBateman12420
    @PatrickBateman12420 5 років тому

    Awesome video Nathan!

    • @trinhhainam
      @trinhhainam 3 роки тому

      Can you share with me the dataset. Thank you.

    • @PatrickBateman12420
      @PatrickBateman12420 3 роки тому

      @@trinhhainam He does share it. However, you need to write him an email.

    • @trinhhainam
      @trinhhainam 3 роки тому

      ​@@PatrickBateman12420 Can you give me his email. Thanks.

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

      @@trinhhainam Ask him in the post. I prefer he gives it to you.

  • @mohitjain7100
    @mohitjain7100 4 роки тому +1

    Hi Nathan, Thanks very much for presenting and sharing the work. Its awesome and will going to be helpful in my project as well. I would appreciate if you can share me the workbooks.

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

    Hi Nathan, Thanks very much for presenting and sharing the work. Great Seminar. I would appreciate if you can share me the workbook

  • @rashaadratliff-brown2734
    @rashaadratliff-brown2734 2 роки тому

    Anyone know where he obtained the car.csv dataset?
    Thanks in advance!

  • @ryanjayp
    @ryanjayp 5 років тому +2

    This is fantastic and has really helped me get started, but I'm a bit confused. At 29:02, I see PCA Component 2 on the rows shelf. What is in that calculation?

    • @ryanjayp
      @ryanjayp 5 років тому

      @@nathanmannheimer871 thank you! I'll give this another go and get it working 😊

    • @PatrickBateman12420
      @PatrickBateman12420 5 років тому

      @Ryan, just a little hint from painful personal experience: PCA only works if the problem has a linear shape. If the problem is non-linear, PCA can lead you astray. In this case, with non-linearity, better use e.g. Random Forest feature importance.

    • @ryanjayp
      @ryanjayp 5 років тому

      @@PatrickBateman12420 thank you for the added input. I managed to get this working (thank you again to Nathan). And my company finally adopted SAS Miner so I can better utilize more appropriate analyses like random forest, etc.

    • @PatrickBateman12420
      @PatrickBateman12420 5 років тому

      @@@ryanjayp . Awesome. Good luck!

    • @MauroooAz
      @MauroooAz 4 роки тому +2

      Hi, by any chance did Nathan Mannheimer share the tbwx (or workbook) file with you? And if so could you share it with me? Thanks for any help

  • @swapnilukey8412
    @swapnilukey8412 3 роки тому

    where i can find the data?

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

    Is there a video that explains how we automate R to Tableau connection? I mean we surely cannot start RStudio always, run Rserve and then open Tableau and test connection. Am looking for such resources.

    • @PatrickBateman12420
      @PatrickBateman12420 3 роки тому

      Correct, no need to fire up RStudio for production. You need only to connect Rserve with Tableau locally or on your server. For the Multiple Linear Regression, there's an alternative. Get the Intercept and Coefficients from R (or Python) and add them in Tableau's Calculated Field. By doing so, you don't need to connect to Rserve (or TabPy for Python). Of course, if there are updates, you need to update them manually in Tableau. In general, though, regression updates are rare. This is a neat trick and I'm surprised it's not well known. Let me know if you want to see an example.

    • @MrKaddu
      @MrKaddu 3 роки тому

      ​@@PatrickBateman12420 , thanks Franco for the response. If you are planning to do a video on how to automate the R-Serve connection, that would help. Please me know if its possible... however, I use optimization algorithms to do some calculations and hence was interested to know the process to automate the R-Tableau connection.

    • @PatrickBateman12420
      @PatrickBateman12420 3 роки тому

      @@MrKaddu Hmmm, I don't see the problem. Once you've launched Rserve (locally or on a server), you're "automated" in the sense that new R code is immediately visible in your Tableau workbook.

    • @PatrickBateman12420
      @PatrickBateman12420 3 роки тому

      Correction, I wrote gibberish. You need to run RStudio or R (locally or on a server) in order to connect R + Tableau.

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

    Hi, is there any chance I can get the tbwx file of this presentation? I can´t see any email so I don´t know how to ask for it, Thanks!

  • @williamwei7899
    @williamwei7899 5 років тому +1

    appreciate if you can tell me where can i download this workbook, thanks so much

    • @MauroooAz
      @MauroooAz 4 роки тому

      Hi, by any chance did Nathan Mannheimer share the tbwx (or workbook) file with you? And if so could you share it with me? Thanks for any help

    • @trinhhainam
      @trinhhainam 3 роки тому

      Can you share with me the dataset. Thank you.

  • @masonlegere7774
    @masonlegere7774 3 роки тому

    Great talk but depressing how there is a one-to-one row relationship in data passed. I am sure there are some design reasons on Tableau's end but this really limits functionality for certain applications without having to do nonsense like moving a point forward in time.