From de0c175179779b3d1576ce26ff4f4fba14dfaacd Mon Sep 17 00:00:00 2001 From: cggonzalezr Date: Mon, 21 Mar 2022 01:04:34 -0300 Subject: [PATCH] commit on master --- datasets/Part 1 - Artificial Neural Networks (ANN)/ann.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasets/Part 1 - Artificial Neural Networks (ANN)/ann.py b/datasets/Part 1 - Artificial Neural Networks (ANN)/ann.py index bbf8e0ca..0cc3a4ff 100644 --- a/datasets/Part 1 - Artificial Neural Networks (ANN)/ann.py +++ b/datasets/Part 1 - Artificial Neural Networks (ANN)/ann.py @@ -22,7 +22,7 @@ import matplotlib.pyplot as plt import pandas as pd -# Importar el data set +# Importar el data sets dataset = pd.read_csv('Churn_Modelling.csv') X = dataset.iloc[:, 3:13].values