Skip to content

Commit d0a08bb

Browse files
docs: translate Spanish comment to English in SimpleExponentialSmoothing notebook (#1129)
Co-authored-by: Saul <saul.caballero.ramirez@gmail.com>
1 parent 9d3b2a7 commit d0a08bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nbs/docs/models/SimpleExponentialSmoothing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
"plot_pacf(df[\"y\"], lags=30, ax=axs[1],color=\"lime\")\n",
526526
"axs[1].set_title('Partial Autocorrelation')\n",
527527
"\n",
528-
"#plt.savefig(\"Gráfico de Densidad y qq\")\n",
528+
"#plt.savefig(\"Density and QQ Plot\")\n",
529529
"plt.show();"
530530
]
531531
},

0 commit comments

Comments
 (0)