79385786

Date: 2025-01-24 22:29:42
Score: 2.5
Natty:
Report link

NameError Traceback (most recent call last)

in <cell line: 0>() 1 from sklearn.model_selection import train_test_split ----> 2 x_train, x_test, y_train, y_test = train_test_split(x, y, test_size=0.2, random_state=100)

NameError: name 'x' is not defined

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29355417