Hello, I met the following problem when reproducing your code, I would like to ask you for advice, looking forward to your reply.
DataConversionWarning: A column-vector y was passed when a 1d array was expected. Please change the shape o
f y to (n_samples, ), for example using ravel().
y = column_or_1d(y, warn=True)
gcn_xgb_morgan.py:126: DataConversionWarning: A column-vector y was passed when a 1d array was expected. Please change the shape of y to (n_samples, ), for example using ravel().
clf.fit(X_train, y_train)
Hello, I met the following problem when reproducing your code, I would like to ask you for advice, looking forward to your reply.
DataConversionWarning: A column-vector y was passed when a 1d array was expected. Please change the shape o
f y to (n_samples, ), for example using ravel().
y = column_or_1d(y, warn=True)
gcn_xgb_morgan.py:126: DataConversionWarning: A column-vector y was passed when a 1d array was expected. Please change the shape of y to (n_samples, ), for example using ravel().
clf.fit(X_train, y_train)