$ git clone https://github.com/krishnanlab/pecanpy.git $ cd pecanpy $ pip install -e . where -e means "editable" mode so you don't have to reinstall every time you ...
Graph embedding approach using Node2Vec random walks to generate node representations from transaction networks. Feeds embeddings into traditional ML classifiers (XGBoost, Random Forest) for fraud ...