animator / learn-python

📖🐍 Free & Open Source book to master Python 3. Also available: PDF & Web Interface.
https://animator.github.io/learn-python/
Creative Commons Attribution Share Alike 4.0 International
328 stars 209 forks source link

Exploratory Data Analysis using Python | Machine learning Application #1225

Closed Ganesh-Nagarampalli closed 3 months ago

Ganesh-Nagarampalli commented 3 months ago

PR Description

This pull request adds an exploratory data analysis (EDA) report on the Iris dataset. The report includes uni-variate, bi-variate, and multi-variate analyses, as well as correlation analysis. Key insights and observations are provided, highlighting the characteristics and relationships among the features and species in the dataset. This EDA report serves as a foundation for further analysis and modeling tasks.

Related Issues

Checklist

Undertaking

I declare that:

  1. The content I am submitting is original and has not been plagiarized.
  2. No portion of the work has been copied from any other source without proper attribution.
  3. The work has been checked for plagiarism, and I assure its authenticity.

I understand that any violation of this undertaking may have legal consequences that I will bear and could result in the withdrawal of any recognition associated with the work.

ashitaprasad commented 3 months ago

What is the source of these images?

Ganesh-Nagarampalli commented 3 months ago

What is the source of these images?

i have done EDA on IRIS dataset using google colab these are the output images of the code.

My Colab File : https://colab.research.google.com/drive/1SXA4p__09Wejic4TYHTxK7gR65_92nd9?usp=sharing

ashitaprasad commented 3 months ago

Check the contributing guide. You are missing something.

Ganesh-Nagarampalli commented 3 months ago

Thank you, I forgot to update index.md, Now the issue is resolved

Ganesh-Nagarampalli commented 3 months ago

Hey @ashitaprasad could you please merge this and assign labels to it.