y_true = [int(x) for x in input().split()] y_pred = [int(x) for x in input().split()] import numpy as np y_true=np.array(y_t | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

y_true = [int(x) for x in input().split()] y_pred = [int(x) for x in input().split()] import numpy as np y_true=np.array(y_t

What is the mistake?

9th Aug 2022, 4:39 PM
Agnesh Vinciya
Agnesh Vinciya - avatar
2 Answers
+ 2
You put the code in the title section, so it is incomplete. If you need help with your code please link your complete code, tag the relevant programming language and mention course name and task number. You can link your code like this: Go to Code section, click +, select the programming language, insert your code, save. Come back to the thread, click +, Insert Code, sort for My Code Bits, select your code.
9th Aug 2022, 4:42 PM
Lisa
Lisa - avatar
0
Ok thank you
9th Aug 2022, 4:44 PM
Agnesh Vinciya
Agnesh Vinciya - avatar