fix(gds-community-detection): fix KMeans lessons using wrong property #445
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Fixes issues in the KMeans module of the GDS Community Detection course based on negative user feedback (84.6% negative rating on lesson 3).
Changes
Bug fix: Incorrect property name
nodeProperty:'vector'instead ofnodeProperty:'scaledVector'gds.beta.kmeans.statsandgds.beta.kmeans.writecallsAdded troubleshooting sections
surveygraph projection if it doesn't existsurveydoes not exist"Minor fix
computeSilhouette: True→computeSilhouette: true(proper Cypher boolean syntax)User feedback addressed
surveydoes not exist"Files changed
modules/3-kmeans/lessons/2-kmeans/lesson.adocmodules/3-kmeans/lessons/3-optimization/lesson.adocFeedback addressed
Resolves negative feedback for lesson
3-optimization:6591923b-...- "Graph with namesurveydoes not exist" → Added troubleshooting section79a4cef2-...- "All the cypher commands don't work" → Fixedvector→scaledVectorff933534-...,36a3412f-...,c9f379f3-...- Quiz validation issues → Related to graph/property fixesf8187088-...,63b002ed-...,b69a5230-...,3d964f1e-...- "Unresolved directive" → Previously fixed (include filename was corrected)57f7c169-...,a302baa4-...- "It's broken" → General fixes above