Create and save correlation heatmap
Offen
Anfängerfreundlich
documentation
good first issue
help wanted
- Vorherrschende Sprache
- Keine Sprachdaten
- Sterne
- 1
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
📂 Task: Generate a correlation matrix heatmap for numerical features.
📌 File to modify: main.ipynb
✅ Expected Output:
Use df.corr() and Seaborn’s heatmap() to plot
Save the plot using plt.savefig('heatmap.png')
Ensure labels, title, and color bar are visible
💡 This helps visualize relationships between features.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
The work is in main.ipynb. Use pandas df.corr() to compute the correlation matrix and seaborn.heatmap() to plot it. Add labels, a title, and a color bar. Save the figure with plt.savefig('heatmap.png'). Run the notebook cell to generate and save the plot.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- jupyter-notebook, python
- Bereich
- data-visualization
- Issue-Typ
- Feature
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 90/100