Node Classification with Node2Vec

Building a MultiClass Node Classification Model in Python

Vatsal
Towards Data Science
6 min readMar 7, 2022

--

Image taken by Gerold Hinzen from Unsplash

This article will showcase the implementation of a pipeline which solves classification problems using graphs. The fundamental algorithm behind the solution introduced today is Node2Vec. If you’re unfamiliar with node2vec, I’ve written an article on it before, you can check it out below.

--

--