NLP C1 W3 assignment: errors in comments

Hi, just sending you some easily fixable errors in the comment blocks of C1 W3 assignment.

# get embedding of country 2 (it's a combination
# Remember: King - Man + Woman = None

Here None should be Queen

At the definition of get_accuracy:

data: a pandas data frame as

This bit is incomplete

In compute_pca:

# select the first n eigenvectors (n is desired dimension
# of rescaled data array, or dims_rescaled_data)

There is no dims_rescaled_data, you probably refactored that to n_components and forgot to change the comment.

Other than this, thanks for the clear course.

Cheers,
Stephan

Hi @SABvdF,

Noted. Thank you for sharing these.

Cheers,
Mubsi