dmlc / dmlc/dmlc-core

how to set xgb label column index for csv file on s3?

Open
#594 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
878
Forks
526
Avg merge
12d 19h
Merged PRs (30d)
1

Description

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!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.