7xGit / 7xGit/7xGit_Task7

Create and save correlation heatmap

Open Beginner friendly
#5 0 comments 0 reactions 0 assignees View on GitHub
documentation good first issue help wanted
Dominant language
No language data
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

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.

Contributor guide

No contributing guide indexed for this repository

Research direction

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.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python
Domain
data-visualization
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
90/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.