C3W3 - unit test error ex 1


So I’m getting unittest error even tho i managed to split the train and validation dataset in the right split ratio…It would be of great help if someone could guide me .

you probably either mixed up your variables in dataset or validation dataset or tried recalling a code line with validation text where it was not required.

Try to follow the instructions already given in the grade cell.

Your dataset split based on the train_size which again is based on how you created the train_size.

Thanks much…I made a very silly error on the way i did my training split.

1 Like