From 'Hello World' to Saving the World: Advanced Analytics with Python

Поділитися
Вставка
  • Опубліковано 6 чер 2024
  • In this session, we'll demonstrate how the integration between Tableau and Python can be used throughout your data science process to take your analytics to the next level. We'll leverage regression and classification models to look at environmental issues and explore how these models can be deployed at scale to democratize data science across your business.
  • Наука та технологія

КОМЕНТАРІ • 7

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

    @Rachel, great video. Thanks for sharing. Regarding your ML models, Logistic Regression required normalized data (e.g. range 0-1). In other words, you need to bring each variable to the same scale. That's why your model performance for Logistic Regression is so bad. MinMax Normalization in Tableau's Calculated Field is:
    (SUM([variable_1])-TOTAL(MIN([variable_1])/(TOTAL(MAX([variable_1])-TOTAL(MIN([variable_1])

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

    Can someone Pythonista tell me how in the world does she able to use return keyword without using a def keyword i mean without creating a function? how will that execute without throwing an error?

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

      it works because the code is being run through the tabpy library. The code probably gets altered by the library before final execution.

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

      @@zhen3356 oh

  • @decadence8473
    @decadence8473 2 роки тому +1

    The video is nice, but the presenter should abstain from bringing in divisive political references.