C3 Week1 Exercise 6

Was the params_dict defined somewhere in this assignment before this exercise? I can’t find it anywhere.

Hey @Rod_Bennett,
Note that params_dict is a dictionary returned by the compute_training_params function. When the function has been called in the cell next to the one it is defined in, params_dict is stored in the variable train_params. Let us know if this helps.

Cheers,
Elemento

Yes, it does help very much, thank you.