This code cell is already provided so I think it’s fine if I put it here.
Where is the multivariate_gaussian function coming from? It is not coded anywhere above, nor is it imported. And what is its code?
Hello @Manav_Garg,
This line will import everything defined in utils.py
, including multivariate_gaussian
.
Cheers,
Raymond
1 Like