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