Skip to content

Commit 2043280

Browse files
committed
fixing some formatting errors
1 parent 9fc9d83 commit 2043280

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

4_data_analysis/data_analysis.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,9 @@
11531153
")\n",
11541154
"\n",
11551155
"plt.figure(figsize=(10, 6))\n",
1156-
"sns.barplot(data=coef_df, hue=\"Feature\", x=\"Coefficient\", y=\"Feature\", palette=\"viridis\")\n",
1156+
"sns.barplot(\n",
1157+
" data=coef_df, hue=\"Feature\", x=\"Coefficient\", y=\"Feature\", palette=\"viridis\"\n",
1158+
")\n",
11571159
"plt.title(\"Feature Importance (Linear Regression Coefficients)\")\n",
11581160
"plt.show()"
11591161
]

0 commit comments

Comments
 (0)