Skip to content

Commit

Permalink
Update T2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rancidghoul authored Aug 28, 2024
1 parent 8babd69 commit dc4c150
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions source/_posts/T2.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,16 +320,18 @@ The Iris dataset is a classic dataset in machine learning, consisting of 150 sam

<span style="color: #ADD8E6;">_Bonus Task :_</span>
- <span style="color: #FF6363;">Question 5.1 : </span> Principal Component Analysis (PCA)

Explanation:
• Perform PCA on the Iris dataset to reduce the dimensionality to 2 components.
• Plot the data points in the new 2D space with different colors for each species.


<span style="color: #ADD8E6;">_Deliverables :_</span>
• A Jupyter Notebook or Google Colab Notebook containing:
• Code for each of the tasks.
• Comments explaining each step.
• Plots and visualizations generated during EDA.

A Jupyter Notebook or Google Colab Notebook containing:
• Code for each of the tasks.
• Comments explaining each step.
• Plots and visualizations generated during EDA.

<span style="color: #ADD8E6;">_References:_</span>
- [<span style="color: #55AAFF;">Exploratory data analysis</span>](https://www.kaggle.com/code/imoore/intro-to-exploratory-data-analysis-eda-in-python)
Expand Down

0 comments on commit dc4c150

Please sign in to comment.