Principal Component Analysis PCA Python Example Using SKLearn – V2
[ad_1]
Learn how to run Principal Component Analysis (PCA) in Python using SKLearn. Learn when and how to use PCA in order to improve your Kmeans clustering results in Unsupervised Learning. Then, learn how to deploy your model using Power BI and how to analyse the traits of all your clusters and create valuable insights for the business. Real life example! Hope you enjoy this video!
Tutorial Overview:
1. What is Machine Learning in a nutshell
2. What is Unsupervised Learning (Supervised Vs Unsupervised Learning)
3. Problem formulation – What are we trying to solve?
4. Explaining how the whole automated process will work (Excel – SQL – Python – SQL – Power BI)
5. Loading the Raw Data into Python
6. Cleaning the Raw Data
7. What is Kmeans clustering
8. How to run Kmeans clustering using SKLean
6. What is Principal Component Analysis (PCA)
7. Who to run Kmeans and PCA together in Python
8. Ways to improve Kmeans results
9. Running Kmeans with optimal parameters
12. Creating the front end PowerBI Dashboard
13. Creating Insights from Clusters
14. Creating NPS analytics per Cluster
15. Discussing how these results can be used in real life
Data Analytics Course Link: http://ipidata.teachable.com/
Promo: “FIRST100” for $50 off
Part 1 Video:
https://youtu.be/JZSYll1j6QA
Yiannis GitHub – files: https://github.com/Pitsillides91/Python-Tutorials/tree/master/Unsupervised%20Learning
FREE TUTORIALS:
Machine Learning Process:
https://youtu.be/vfA1ZKN4Y40
How to download and install Python through Anaconda:
https://youtu.be/__8BK62j-bw
Numpy Tutorial:
https://youtu.be/612VyfQ30dQ
Pandas Tutorial:
https://youtu.be/CeYHniDCF9c
Joins / Merges Tutorial:
https://youtu.be/OC-estd4JT0
MatPlotLib Tutorial:
https://youtu.be/0QLJduh1MNM
Seaborn Tutorial:
https://youtu.be/Pkvdc2Z6eBg
Machine Learning – Linear Regression Tutorial:
https://youtu.be/lfuJgQwY6Po
Machine Learning – Logistic Regression Tutorial:
https://youtu.be/tODN7x3BO_E
Yiannis Pitsillides on Social Media:
https://twitter.com/pitsillides91
https://www.instagram.com/ypexists/?hl=en
https://www.pinterest.co.uk/pitsillides91/boards/
https://www.facebook.com/groups/1500092413449073/
Source
[ad_2]
What do you think about these series of videos? Let me know your thoughts below! Thanks!
Hi, Not able to find your previous video… can you please share the link… Thanks
Thank you for this video. I still can't understand what you meant by this " the less principal components you have , the lower the interia will be after PCA" Can you elaborate more ? many thanks
In case you are using python 3.X:
# Creating a df with the components and explained variance
a = list(zip(range(0,n_components), pca.explained_variance_))
dude check this out
there corona virus dashboard looks exactly like yours, they stole it
https://www.youtube.com/watch?v=7A9q-FVEMlA
Excellent video Yiannis! Keep it up!
Brilliant! I was waiting for this! Thanks!