Nicole White, Data Scientist
Aug 17, 2016
12 mins read
Editor's Note: This presentation was given by Nicole White at GraphConnect Europe in April 2016. Here's a quick review of what she covered: Basic graph-powered recommendations Social recommendations Similarity recommendations Cluster recommendations – What we’re going to be talking... read more
Nicole White, Data Scientist
Mar 01, 2016
9 mins read
I spend a lot of my free time answering Stack Overflow questions about Cypher, Neo4j’s graph query language. Cypher is an intuitive, ASCII-art-driven language that allows you to query your property graph by specifying patterns of nodes and relationships. While Cypher is the reason many... read more
Nicole White, Data Scientist
Feb 03, 2016
3 mins read
Editor’s Note: Last October at GraphConnect San Francisco, Nicole White – Data Scientist at Neo Technology – delivered this presentation on how to write Cypher queries for your most common connected-data questions. For more videos from GraphConnect SF and to register for GraphConnect... read more
Nicole White, Data Scientist
Nov 18, 2015
9 mins read
For a while I've been working on cycli, a command-line interface (CLI) for Neo4j's Cypher query language. As demonstrated below, it autocompletes on your node labels, relationship types, property keys and Cypher keywords. The autocompletion of the lattermost in this list – Cypher keywords... read more
Nicole White, Data Scientist
Jun 29, 2015
3 mins read
It’s a sad but true fact: Most data scientists spend 50-80% of their time cleaning and munging data and only a fraction of their time actually building predictive models. This is most often true in a traditional stack, where most of this data munging consists of writing lines upon lines of... read more
Nicole White, Data Scientist
Jan 23, 2015
2 mins read
Flask, a popular Python web framework, has many tutorials available online which use an SQL database to store information about the website’s users and their activities. While SQL is a great tool for storing information such as usernames and passwords, it is not so great at allowing you to... read more
Nicole White, Data Scientist
Dec 27, 2014
5 mins read
RNeo4j is Neo4j's R driver - it allows you to quickly and easily interact with a Neo4j database from your R environment. Some recent updates to RNeo4j include: My contributions Functionality for retrieiving and handling paths Additional sample datasets Community... read more
Nicole White, Data Scientist
Dec 17, 2014
5 mins read
Written by Nicole White, originally posted on her blog. What's New in RNeo4j? RNeo4j is Neo4j's R driver - it allows you to quickly and easily interact with a Neo4j database from your R environment. Some recent updates to RNeo4j include: My contributions Functionality for retrieiving... read more
Nicole White, Data Scientist
Nov 24, 2014
2 mins read
Load CSV in the Real World Load CSV is an incredibly agile and useful tool for getting datasets large and small into Neo4j. In this live-coding session, Nicole will demonstrate the process of downloading a raw .csv file from the Internet and importing it into Neo4j. This will include cleaning... read more
Nicole White, Data Scientist
Sep 30, 2014
6 mins read
Upload Your Last.fm Data to Neo4j with RNeo4j and the Transactional Endpoint Written by Nicole White, originally posted on her blog. Recently I've had several people ask how they can use RNeo4j to import data that they have stored either in a CSV file or R data object. The example I... read more