This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Description
In the step 2_supGNN
to create GNN model and xgboost model when running merge_train_FE_and_train_supgnn_data.py
, the column name 'is_installed' of the dataset and embedding dataframes seemed also merged as 'is_installed_1' and 'is_installed_2,' which resulted in an error when training the XGBoost tree.