How to train a csv file with word2vec applied using xgboost

The data type int was vectorized by applying word2vec.
Xgboost can only learn numeric types, so i tried to correct the data types.
However, I haven’t found a way to apply the vector to xgboost.
I want to use vector as input.
I am wondering if there is a way to learn on xgboost using input as a vector

1 Like