You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to read csv files on s3, need to set the train data label column index, for example run '../xgboot mushroom.aws.conf', in the xgb conf file:
data='s3://bucket/file_name.csv?format=csv&label_column=0'
The '&label_column=0' is giving me trouble, '?format=csv' is working fine and '?format=csv&label_column=0' works for local file.
the error message is:
terminate called after throwing an instance of 'dmlc::Error'
what(): [02:33:54] src/io/s3_filesys.cc:1096: SignatureDoesNotMatchThe request signature we calculated does not match the signature you provided. Check your key and signing method.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
I am trying to read csv files on s3, need to set the train data label column index, for example run '../xgboot mushroom.aws.conf', in the xgb conf file:
data='s3://bucket/file_name.csv?format=csv&label_column=0'
The '&label_column=0' is giving me trouble, '?format=csv' is working fine and '?format=csv&label_column=0' works for local file.
the error message is:
terminate called after throwing an instance of 'dmlc::Error'
what(): [02:33:54] src/io/s3_filesys.cc:1096:
SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.Thanks a lot!
The text was updated successfully, but these errors were encountered: