We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The higgs dataset doesn't have headers, so we need to add header=None option to pd.read_csv call (https://github.com/NVIDIA/gbm-bench/blob/master/datasets.py#L172) to ensure that the first row isn't treated as header in pandas.
header=None
pd.read_csv
The text was updated successfully, but these errors were encountered:
Merge pull request NVIDIA#1 from venkywonka/pickle-to-npy
4ee6d06
replace pickle with npy
No branches or pull requests
The higgs dataset doesn't have headers, so we need to add
header=None
option topd.read_csv
call (https://github.com/NVIDIA/gbm-bench/blob/master/datasets.py#L172) to ensure that the first row isn't treated as header in pandas.The text was updated successfully, but these errors were encountered: