/neo4j-grah-db

Primary LanguageJupyter Notebook

data_analytics_examples

This repository contains code that is used for various data analysis/data science projects. In most cases, the code is related to a Medium post.

  • online_retail has code related to an example of segmentation of wholesale customers. It is split into two parts. The first part uses natural language processing to cluster clients based on their transactions. The second part creates an RFM segmentation which is combined with the results of the first part.

  • Coronavirus.pbix is a Power BI dashboard that about COVID-19. You can read more in the related Medium post.

  • Markov_text_generation.ipynb is a jupyter notebook that uses Markov chains to produce text. You can read more in the related Medium article.

  • UMAP is an example of Uniform Manifold Approximation and Projection (UMAP) (for details see UMAP algorithm)

  • Arxiv_graph arXiv meatadata analysis with neo4j

  • neo4j_recommender creation of movie recommenders with Neo4j