update script5

This commit is contained in:
Yevhenii Poliakov 2023-05-14 20:11:31 +02:00
parent 5f2f9c152f
commit 6497520a83

View File

@ -7,7 +7,7 @@ from tensorflow.keras.layers import Dense, Embedding, Flatten
from tensorflow.keras.optimizers import Adam from tensorflow.keras.optimizers import Adam
# Load the dataset from the CSV file # Load the dataset from the CSV file
data = pd.read_csv('data.csv', on_bad_lines='skip') data = pd.read_csv('data.csv', on_bad_lines='skip', engine='python')
# Prepare the data # Prepare the data