A couple of errors in the Community detection with GDS course

I spotted a couple errors on the Community detection course:

  • In "Handling missing values" the first Cypher statement includes a line of what should be plain text. Looks like a simple formatting error on the markup
  • in the KMeans page references to KMeans++ often don't have the ++ characters, so we get things like "The key distinction between KMeans and KMeans".

Thanks for spotting these. I will get them fixed ASAP.

1 Like

@adam_cowley There is also this error in this particular course:

I think I got that error too, but it was a mistake on my part. I wasn't defaulting missing values to something non-null, so it ended up with vectors of different size. I don't remember if the solution was setting a default value for missing properties or filtering nodes with that property missing from the dataset but once I did that the code ran without issue.

1 Like

I have added a reset step to this lesson to re-create the database at the current state, so hopefully, no one will experience this error.