Skip to content

Add files via upload#1

Open
user-demo-user wants to merge 2 commits into
mainfrom
user-demo-user-patch-1
Open

Add files via upload#1
user-demo-user wants to merge 2 commits into
mainfrom
user-demo-user-patch-1

Conversation

@user-demo-user
Copy link
Copy Markdown
Owner

Updated Analysis

Updated Analysis
@gitnotebooks
Copy link
Copy Markdown

gitnotebooks Bot commented Apr 1, 2025

Found 1 changed notebook. Review the changes at https://app.gitnotebooks.com/user-demo-user/ds_experiments_2/pull/1

Copy link
Copy Markdown
Collaborator

@demo-user-demo demo-user-demo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread iris_test.ipynb
@@ -809,7 +809,7 @@
"print(\"\\nDistribution of Petal Length:\")\n",
"print(df['petal length (cm)'].describe())\n",
"plt.figure(figsize=(8, 6))\n",
"sns.histplot(df['petal length (cm)'], kde=True)\n",
"sns.displot(df['petal length (cm)'], kde=True) # Change to displot\n",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"sns.displot(df['petal length (cm)'], kde=True) # Change to displot\n",
"sns.displot(df['petal length (cm)'], kde=True) # Change to displot\n",

Comment thread iris_test.ipynb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants