Save 20% off my machine learning online courses using code KZbin ⬇ Cluster Analysis with Python online course: bit.ly/ClusterAnalysisWithPythonCourse My "Intro to Machine Learning" online course: bit.ly/TDWIIntroToML
@michaelt31211 ай бұрын
I also have a confession to make. Today is a crazy busy day. I'm playing the video with my headphones plugged in to help the algorithm. Based on your quality this far, I'm sure this video is awesome. Looking forward to watching and learning.
@DaveOnData11 ай бұрын
Thank you so much for your continued support for the channel! It is much appreciated.
@vincentf.231710 ай бұрын
Just what I was looking for. Thank you!
@DaveOnData10 ай бұрын
Excellent! You may enjoy my video tomorrow as well. It demonstrates performing a cluster analysis using Python in Excel.
@Belakavadi10 ай бұрын
Awesome David. Thanks for the tutorial.
@DaveOnData10 ай бұрын
You are welcome! Next week's video will be on cluster analysis using Python in Excel. Stay tuned.
@kristoferbrown80078 ай бұрын
Dave, this is a homerun of a video. It clearly demonstrates a wholistic view of the capabilities of Python in Excel for predictive analytics. To me, it looks as good if not better than in a Jupyter Notebook, and even more digestible for the masses. Well done! I look forward to more deep dive content in the future, so I hope it is on your roadmap!
@DaveOnData8 ай бұрын
Wow! Thank you for the kind words, they are much appreciated. Yes, I will be shifting gears to more examples of using Python in Excel for data science. Next week's video will be on building a spam filter using Naive Bayes for text analytics.
@kristoferbrown80078 ай бұрын
@@DaveOnData this is quite timely! I have a boatload of textual data that needs categorizing. Naive Bayes might be a great starting point. Looking forward to it!
@DaveOnData8 ай бұрын
@kristoferbrown8007 - Then you will like the video after that even more! It will cover clustering text documents.
10 ай бұрын
This is great thanks! Is there a way you can output the model accuracies in the cell itself instead of the diagnostics tab?
@DaveOnData10 ай бұрын
Great question! There are many ways to accomplish this. For example, creating a DataFrame that you output to the worksheet.
@ceylonroadceylonroad7 ай бұрын
Hi Dave, which version of Excel are you using in this video? thanks
@DaveOnData6 ай бұрын
Microsoft 365 on Windows at the time of the recording.
@DinoAMAntunes10 ай бұрын
Hi David, This data set where can i find it, to folow along. Tks in advance
@DaveOnData10 ай бұрын
You can find the Adult dataset here: archive.ics.uci.edu/dataset/2/adult
@MCdat12310 ай бұрын
Hi - awesome learning , grateful if you can share the excel file with the python code regards
@DaveOnData8 ай бұрын
@MCdat123 - I've added a GitHub repo link to the video description where you can get the Excel workbook file.
@audrabloom31649 ай бұрын
Wish there was python in excel when I was learning! This is great start for anyone looking for branch more into data science from the comfort zone of excel 😅
@DaveOnData9 ай бұрын
Well-said! Quite a few of my Excel videos (e.g., my K-means video) are kinda pointless now that Python in Excel is available.
@Moshie7110 ай бұрын
Great post! I fired up excel (On-line & local) and can’t see the ‘PY’ function - am I missing something…
@DaveOnData10 ай бұрын
Glad you enjoyed the content! Python in Excel is in Public Preview. You need to request access from Microsoft. Check out this article for more information: support.microsoft.com/en-us/office/get-started-with-python-in-excel-a33fbcbe-065b-41d3-82cf-23d05397f53d
@DaveOnData10 ай бұрын
BTW - If you want to get started now while you wait for access, check out this video on my KZbin channel: 📺 kzbin.info/www/bejne/Zpq5ZXmqpbiln7s
@MyAudioPipe8 ай бұрын
hallo. new to this. is there some way to joust get the math done i excel over to Pyton on a easy way ? doing some Ballistic stuff and and it have been nice to run a Program Instead of excel :P
@DaveOnData7 ай бұрын
@MyAudioPipe - If I understand your question correctly, a Jupyter Notebook might be better. Check out my Python Crash Course series: kzbin.info/aero/PLTJTBoU5HOCTIWI3m7PUaeaP5VY3M1a1s
@canalaprende987yui7210 ай бұрын
Awesome
@DaveOnData10 ай бұрын
Glad you enjoyed the tutorial!
@learning_with_irving42669 ай бұрын
So...what does that tell us? It automates classifying ?
@DaveOnData9 ай бұрын
Analyzing data with machine learning models can provide many insights. For example, discovering which features (i.e., columns) in the data are most associated with an outcome of interest.
@learning_with_irving42669 ай бұрын
@DaveOnData right but for this particular example, it creates a classification tree based on their features, how would that be used? For instance if we take that dataset, it would tell us which of those people are more likely to have a higher income?
@DaveOnData9 ай бұрын
Correct and which combinations of features are important for making accurate predictions regarding income level.
@learning_with_irving42669 ай бұрын
@DaveOnData Thank you sir 🙏
@et34n1tyАй бұрын
Hey i have a question. Im currently redo some products like printers that i recompose the data titles, short description and assemble it into Google Sheet. i DO THE WORK MANUALLY and i've try ML with Google Sheet but the missing titles they compose is the same title. I tell all the column but i dont know how to resolve it. Is there a email i can show you the data i ve and if the module Google ML can be trained for this purpose? thanks.
@DaveOnDataАй бұрын
Apologies, I don't do anything with Google Sheets.
@DaveOnData11 ай бұрын
Stuck waiting on Microsoft to give you access to Python in Excel? Don't wait! Watch my KZbin video on how to get started NOW: kzbin.info/www/bejne/Zpq5ZXmqpbiln7s
@djardar2 ай бұрын
How about time series data? Isn’t that what all the rage is about these days?
@DaveOnData2 ай бұрын
Forecasting has always been the rage. 🤣 As it turns out, combining decision tree-baeed ML with statistical models provides improved forecasting.
@djardar2 ай бұрын
@@DaveOnData Alright! 👍😁 So random forest and the like then? What if there are lagged effects?