You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
noob here :D
i am trying to train the model and getting this message:
NameError Traceback (most recent call last)
in <cell line: 14>()
12 mcp_save = ModelCheckpoint('../../Models/Trained-Model-ML-' + current_time, save_best_only=True, monitor='val_loss', mode='min')
13
---> 14 print(f"select * from "{dataset}"")
15 dataset = "dataset_2012-23"
16 con = sqlite3.connect("../../Data/dataset.sqlite")
NameError: name 'dataset' is not defined
can you please explain me how i can train the modell?
Beta Was this translation helpful? Give feedback.
All reactions