7xGit / 7xGit/7xGit_Task7

Create and save correlation heatmap

Offen Anfängerfreundlich
#5 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
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

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.