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?
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.
0
Ok thank you