7xGit / 7xGit/7xGit_Task7

Create and save correlation heatmap

オープン 初心者向け
#5 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
documentation good first issue help wanted
主要言語
言語のデータがありません
スター
1
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
jupyter-notebook, python
領域
data-visualization
issue の種類
機能追加
難易度
1/5
見積もり時間
1時間未満
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
90/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。