upd51
This commit is contained in:
parent
e2724d9ee1
commit
caf64dc058
@ -46,7 +46,7 @@ X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2, random_
|
||||
y_train_updated = data['Rating'].to_numpy()
|
||||
|
||||
# Update the 'y_train' array with the modified values
|
||||
y_train = y_train_updated
|
||||
y_train.loc[X_train.index] = y_train_updated
|
||||
|
||||
# Create the neural network model
|
||||
model = Sequential()
|
||||
|
Loading…
Reference in New Issue
Block a user