Machine Learning in Power BI

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • We can utilize Python and Scikit-Learn machine algorithms in Power with the Run Script option. In this example, we will do churn analysis using classification with the Logistic Regression package from Scikit_learn.
    Check me out on LinkedIn
    You can find the dataset here:
    github.com/Gae...

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

  • @judycalvo5127
    @judycalvo5127 4 года назад +3

    This was exactly what I needed to integrate my machine learning scripts into my Power BI reports. Awesome content!

  • @arnaudmoulis454
    @arnaudmoulis454 4 года назад +2

    Thank you! This is exactly what i needed to see

  • @henriquetestai3748
    @henriquetestai3748 4 года назад +1

    Thank you so so much! Excellent presentation skills and pace (and content!!)

  • @amelieogcharline
    @amelieogcharline 4 года назад +5

    Great, short presentation. However, you cannot use the labelencoder on the department like that. You need to have one column pr department containing a binary variable. Please be aware of this, you can use one hot encoding in Python for this.

    • @chrisau2159
      @chrisau2159 3 года назад +1

      This is really important otherwise the model will assume employees with a higher department value are weighted more.

    • @xXKiLeRMoDeXx
      @xXKiLeRMoDeXx 3 года назад

      @@chrisau2159 agreed. Should have individual columns with binary values for each. Message me if you need the code for binary columns.

    • @padraichayes3836
      @padraichayes3836 2 года назад

      @@chrisau2159 with binary will the model still not just do the same and weight based on the quantity (occurrence of each department)? Just starting with Python here

  • @leleuf3
    @leleuf3 3 года назад +1

    Man, you're awesome!!!!Thanks!!!

  • @286pankaj
    @286pankaj 2 года назад +1

    Great. Excellent Work. One Query- How can we do What if scenario here? For example if we increase salary what will happen on prediction

    • @absentdata
      @absentdata  2 года назад

      Each feature has a coefficient so you can get the coefficient for salary and see to what degree 1 unit of salary changes the prediction,

    • @286pankaj
      @286pankaj 2 года назад

      @@absentdata Thanks for your reply. I do not have much knowledge on this, can you explain how the salary coefficient be achieved.

  • @rose8968
    @rose8968 3 года назад

    Great explanation. Helpful!

  • @addendanalytics-microsoftg5620
    @addendanalytics-microsoftg5620 5 лет назад

    Great video. Very informative and clear

  • @juangut4531
    @juangut4531 4 года назад +3

    Awesome! One question please. What if you wanted to make a prediction for new rows that aren't in the original dataset? Do you refresh the data set in power bi with the new info??

    • @absentdata
      @absentdata  4 года назад +5

      You would simply add new rows to the dataset . the model is trained and will make the predictions on the new rows in the dataset

    • @juangut4531
      @juangut4531 4 года назад +1

      @@absentdata thanks for answering!!

    • @1982cannabis
      @1982cannabis 2 года назад

      @@juangut4531 Hi Juan, Have you been able to do that?

  • @mikkelns8287
    @mikkelns8287 4 года назад

    This was great, thank you!

  • @manmeetsingh3036
    @manmeetsingh3036 4 года назад

    thanks for the great explaination

  • @momosky9168
    @momosky9168 4 года назад

    Thanks you for video :)

  • @MrBlazeTheNight
    @MrBlazeTheNight 3 года назад +1

    Is it possible to share this dashboard with friends without them having to install python? if they have PowerBI

    • @absentdata
      @absentdata  3 года назад

      Hi...The answer is yes you can have them access the dashboard online through Power BI services. They will only need to interact with it. The data and code environment exist on your PC at that point

    • @MrBlazeTheNight
      @MrBlazeTheNight 3 года назад

      @@absentdata But if i am building a time series model that needs to be updated every month (i.e. new data comes in every month) is this possible to still do it through powerbi and that the client can interact with the new data?

  • @weriksonettone9790
    @weriksonettone9790 4 года назад

    All times error
    DataSource.Error: ADO.NET: Python script error.
    Traceback (most recent call last):
    File "PythonScriptWrapper.PY", line 2, in
    import os, pandas, matplotlib
    ModuleNotFoundError: No module named 'matplotlib'

  • @TheStoryTeller2898
    @TheStoryTeller2898 Год назад

    I am not able to run my script completely. I am getting No module sklearn. I am getting stuck at the import part from sklearn. Please guide how to resolve

    • @absentdata
      @absentdata  Год назад

      Try this video it should help you out: ruclips.net/video/EtQWXg-XofI/видео.html

  • @MrSandeep8727
    @MrSandeep8727 4 года назад

    Thanks for the excellent presentation. Can you please share the data set used for this exercise? Thanks

    • @absentdata
      @absentdata  4 года назад +4

      www.absentdata.com/power-bi/python-machine-learning-in-power-bi

    • @closed252
      @closed252 3 года назад

      @@absentdata I think this link is broken.. could you, please, send a new link??

  • @eyalakhdhar520
    @eyalakhdhar520 Год назад

    Hi, please i want to connect power bi to python, every time i have multiple errors

    • @absentdata
      @absentdata  Год назад

      Here is a way for you to easily avoid this. I will make a video on this hopefully soon. www.absentdata.com/power-bi/avoid-python-errors-in-power-bi/

  • @ntrax8214
    @ntrax8214 4 года назад

    At 10:56 I can't see how you load the new table. help!!

    • @absentdata
      @absentdata  4 года назад

      Sorry for the late reply . The last part of the code should produce a dataframe that you can open up

  • @deepaka3820
    @deepaka3820 3 года назад

    Thank you, Donald Trump.. this was very useful 😇

  • @AnilKumar-bd2yt
    @AnilKumar-bd2yt 3 года назад +1

    You are testing on your whole data 😂 you should only test on y_test or use cross validation

  • @comptegmail273
    @comptegmail273 Год назад

    Hi sir , I urgently need your help. I have this exact dataset you're working on , except that I'm working on with Pycaret library. is it okay to contact you and send you the pbix file ?