7xGit / 7xGit/7xGit_Task7

Create and save correlation heatmap

Ouverte Adaptée aux débutants
#5 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
documentation good first issue help wanted
Langage dominant
Aucune donnée de langage
Étoiles
1
Forks
1
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

📂 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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
jupyter-notebook, python
Domaine
data-visualization
Type d'issue
Fonctionnalité
Difficulté
1/5
Temps estimé
Moins d'une heure
Activité
À l'abandon
Clarté
Clairement spécifiée
Accessibilité débutants
90/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.