Question: How to fix this error: ` ` ` NameError Traceback ( most recent call last ) Cell In [ 1 8 ] , line 2

How to fix this error:
```
NameError Traceback (most recent call last)
Cell In[18], line 24
22
23 train_df.head()
--->24 def accuracy(y_true,y_pred,normalize=TRUE):
25 accuracy=[]
26 for i in range(len(y_pred)):
NameError: name 'TRUE' is not defined
```
How to fix this error: ` ` ` NameError Traceback

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!