Split long Jupyter notebook
The following code can be used, adapted from here
The following code can be used, adapted from here
With this script you can check if a remote machine is listening on port 22, which is the default SSH port.
Usually, I store my datasets in an ASCII/CSV file where the first column is the output or response and the subsequent columns are the input variable, with on...
Expresión regular de vim para reemplazar palabras completas. En este ejemplo se reemplazarán todos los foo por bar, pero no se reemplazarán si está contenido...
En machine learning una forma muy común de mostrar los resultados de un modelo aplicado a un problema de clasificación es a través de una matriz de confusión...