File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
modules/snowflake-analytics/pages Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ Analytics] for Snowflake
3636with appropriate access to databases and schemas.
3737* Neo4j Graph Analytics application installed from the Snowflake
3838marketplace. Access the marketplace via the menu bar on the left hand
39- side of your screen, as seen below: image:marketplace.png[]
39+ side of your screen, as seen below:
40+
41+ image:marketplace.png[]
4042
4143==== What You Will Build
4244
@@ -53,7 +55,7 @@ networks
5355
5456Dataset overview : This dataset is modelled to design and analyze a peer
5557to peer transaction network to identify fraudulent activity using graph
56- analytics. image:datamodel.png[]
58+ analytics.
5759
5860Let’s name our database `P2P++_++DEMO`. Using the CSVs found
5961https://drive.google.com/drive/u/1/folders/1BnAnRSEfuwDvc4eQH8IRvy3tUkwOeaNf[here],
Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ image:marketplace.png[]
3939
4040=== Load The Data
4141
42- Duration: 5
43-
4442Dataset overview : This dataset is modelled to design and analyze
4543patients and different procedures that they undergo using graph
4644analytics.
@@ -58,8 +56,6 @@ in your data.
5856
5957=== Set Up
6058
61- Duration: 5
62-
6359==== Import The Notebook
6460
6561* We’ve provided a notebook to walk you through each SQL and Python
@@ -130,8 +126,6 @@ USE ROLE gds_user_role;
130126
131127=== Clean Our Data
132128
133- Duration: 5
134-
135129We need our data to be in a particular format in order to work with
136130Graph Analytics. In general it should be like so:
137131
@@ -325,8 +319,6 @@ image::graph.png[]
325319
326320=== Find Similar Patients
327321
328- Duration: 10
329-
330322Now we are finally at the step where we create a projection, run our
331323algorithms, and write back to snowflake. We will run louvain to
332324determine communities within our data. Louvain identifies communities by
@@ -481,8 +473,6 @@ select * from neo4j_patient_db.public.patient_community
481473
482474=== Conclusions And Resources
483475
484- Duration: 2
485-
486476In this quickstart, you learned how to bring the power of graph insights
487477into Snowflake using Neo4j Graph Analytics.
488478
You can’t perform that action at this time.
0 commit comments