79799220

Date: 2025-10-24 22:49:02
Score: 1
Natty:
Report link

You defined train_data with X_train, so just use X_train or do:

train_data, train_answer, test_data, test_answer = train_test_split(data["article"],data["summaries"],test_size=0.20) 

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abdurrahman Yusa Priatma