Skip to content

Commit

Permalink
mejora ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
fhernanb committed Jun 3, 2019
1 parent aaddfc5 commit 0607a22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Ajuste del modelo\n",
"\n",
"Antes de ajustar el modelo vamos a dividir el conjunto de datos en `train` y `test` usando una combinación 80%-20%. Para hacer eso usamos el siguiente código."
]
},
Expand Down Expand Up @@ -323,6 +325,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Probando el modelo\n",
"\n",
"Para poner a prueba el modelo ajustado vamos a predecir los valores de ventas usando la información `x_test` que luego vamos a comparar con `y_test`."
]
},
Expand Down
2 changes: 1 addition & 1 deletion README.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
En este repositorio se presentan lecciones de cómo usar Python en estadística.

<figure>
<img src="imagenes/nino_sorpresa.png" alt="Logo Python" width="804" height="428">
<img src="imagenes/nino_sorpresa.png" alt="Logo Python" width="804" height="328">
</figure>

0 comments on commit 0607a22

Please sign in to comment.