This was exactly what I needed to integrate my machine learning scripts into my Power BI reports. Awesome content!
@arnaudmoulis4544 жыл бұрын
Thank you! This is exactly what i needed to see
@henriquetestai37484 жыл бұрын
Thank you so so much! Excellent presentation skills and pace (and content!!)
@286pankaj2 жыл бұрын
Great. Excellent Work. One Query- How can we do What if scenario here? For example if we increase salary what will happen on prediction
@absentdata2 жыл бұрын
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,
@286pankaj2 жыл бұрын
@@absentdata Thanks for your reply. I do not have much knowledge on this, can you explain how the salary coefficient be achieved.
@amelieogcharline4 жыл бұрын
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.
@chrisau21593 жыл бұрын
This is really important otherwise the model will assume employees with a higher department value are weighted more.
@xXKiLeRMoDeXx3 жыл бұрын
@@chrisau2159 agreed. Should have individual columns with binary values for each. Message me if you need the code for binary columns.
@padraichayes38362 жыл бұрын
@@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
@addendanalytics-microsoftg56205 жыл бұрын
Great video. Very informative and clear
@juangut45315 жыл бұрын
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??
@absentdata5 жыл бұрын
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
@juangut45315 жыл бұрын
@@absentdata thanks for answering!!
@1982cannabis2 жыл бұрын
@@juangut4531 Hi Juan, Have you been able to do that?
@rose89683 жыл бұрын
Great explanation. Helpful!
@absentdata3 жыл бұрын
Thank you!
@leleuf33 жыл бұрын
Man, you're awesome!!!!Thanks!!!
@MrBlazeTheNight3 жыл бұрын
Is it possible to share this dashboard with friends without them having to install python? if they have PowerBI
@absentdata3 жыл бұрын
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
@MrBlazeTheNight3 жыл бұрын
@@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?
@mikkelns82874 жыл бұрын
This was great, thank you!
@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 Жыл бұрын
Try this video it should help you out: kzbin.info/www/bejne/e6W0iIudYr2inKs
@weriksonettone97905 жыл бұрын
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'
@manmeetsingh30364 жыл бұрын
thanks for the great explaination
@MrSandeep87274 жыл бұрын
Thanks for the excellent presentation. Can you please share the data set used for this exercise? Thanks