Practice lab 2, multivariate_gaussian function

image
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,

image

This line will import everything defined in utils.py, including multivariate_gaussian.

Cheers,
Raymond

1 Like