Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-24-2021 12:41 AM
Thank you very much for the very inspiring Online-Course:
I have some Questions about 04_Predictions.ipynb
In line[28] you create a named graph:
graph.run("""
CALL gds.graph.create('coauthor','Author',
{CO_AUTHOR_EARLY: {orientation:'UNDIRECTED'},
CO_AUTHOR: {orientation:'UNDIRECTED'}}) // ### Should be CO_AUTHOR_LATE ???
""").to_data_frame()
My Question is if the should be CO_AUTHOR_LATE instead of CO_AUTHOR ?
Solved! Go to Solution.
02-01-2021 12:39 AM
Hi @andreas.kuczera,
It is correct that it says CO_AUTHOR
rather than CO_AUTHOR_LATE
. I broke it down in more detail on another thread over here - Typo or correct in 04_Predictions.ipynb of Data Science with Neo4j 3.5 - #6 by mark.needham
Cheers, Mark
02-01-2021 12:39 AM
Hi @andreas.kuczera,
It is correct that it says CO_AUTHOR
rather than CO_AUTHOR_LATE
. I broke it down in more detail on another thread over here - Typo or correct in 04_Predictions.ipynb of Data Science with Neo4j 3.5 - #6 by mark.needham
Cheers, Mark
All the sessions of the conference are now available online