nodes2021_kg_workshop icon indicating copy to clipboard operation
nodes2021_kg_workshop copied to clipboard

Results 5 nodes2021_kg_workshop issues
Sort by recently updated
recently updated
newest added

notebook In [21]: def get_word_vec_similarity(node1, node2, node_ls): node1_vec = [tup[4] for tup in node_ls if tup[0] == node1] node2_vec = [tup[4] for tup in node_ls if tup[0] == node2] if...

cypher_queries/method1_queries.cql change: Line 78: CALL gds.graph.create to: Line 78: CALL gds.graph.project

cypher_queries/method1_queries.cql change: line 35: et al gds.alpha.similarity.cosine to: gds.similarity.cosine

Claire, I just watched the YT video and, like the other commenters, I thought you did a great job! - it was a professional and efficient presentation - with a...