Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit de2814b

Browse files
author
codebasics
committed
pca
1 parent 5aab293 commit de2814b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎ML/18_PCA/pca_exercise.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Download heart disease dataset heart.csv in Exercise folder and do following, (credits of dataset: https://www.kaggle.com/fedesoriano/heart-failure-prediction)
1+
Download heart disease dataset heart.csv in [Exercise](https://github.com/codebasics/py/tree/master/ML/18_PCA/Exercise) folder and do following, (credits of dataset: https://www.kaggle.com/fedesoriano/heart-failure-prediction)
22

33
1. Load heart disease dataset in pandas dataframe
44
1. Remove outliers using Z score. Usual guideline is to remove anything that has Z score > 3 formula or Z score < -3
@@ -8,7 +8,7 @@ Download heart disease dataset heart.csv in Exercise folder and do following, (c
88
1. Now use PCA to reduce dimensions, retrain your model and see what impact it has on your model in terms of accuracy. Keep in mind that many times doing PCA reduces the accuracy but computation is much lighter and that's the trade off you need to consider while building models in real life
99

1010

11-
[Solution Link]()
11+
[Solution Link](https://github.com/codebasics/py/blob/master/ML/18_PCA/Exercise/PCA_heart_disease_prediction_exercise_solution.ipynb)
1212

1313

1414

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /