Nicole White Picture

Nicole White

Data Scientist

Nicole White grew up in Kansas City, Missouri and then spent four years at LSU in Baton Rouge, Louisiana where she got a degree in economics with a minor in mathematics. She then went to the University of Texas at Austin where she got her masters degree in analytics, and it was during this time that she found Neo4j and began playing around with it. When she’s not graphing all the things, she spends her time playing card games and board games.


Latest Posts by Nicole White

Watch Nicole White's talk on real-time recommendation engines via social, similarity and clusters

Building a Real-Time Recommendation Engine with Data Science

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


Learn How to Avoid the Most Common Confusions around the Cypher Query Language

Common Confusions on Cypher (and How to Avoid Them)

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


Watch Nicole White Present on How to Query Your World with Cypher: Neo4j’s Graph Query Language

Query Your World with Cypher: Focus on Data Relationships

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


Learn How Nicole White Enhanced the Autocomplete Feature of Her CLI Using Markov Chains and Models

Improving My CLI’s Autocomplete with Markov Chains

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


Learn the Secret to More Efficient, Open-Source Data Science by Using Neo4j and R

The Secret to More Efficient Data Science with Neo4j and R [OSCON Preview]

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



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 and handling paths Additional sample datasets Community... read more


What’s New in RNeo4j

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