Skip to content
New issue

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

Fixed incorrect feature mismatch error message #6949

Merged
merged 1 commit into from
May 11, 2021
Merged

Fixed incorrect feature mismatch error message #6949

merged 1 commit into from
May 11, 2021

Conversation

vslaykovsky
Copy link
Contributor

data.shape[0] denotes the number of samples, data.shape[1] is the number of features

data.shape[0] denotes the number of samples, data.shape[1] is the number of features
@codecov-commenter
Copy link

codecov-commenter commented May 9, 2021

Codecov Report

Merging #6949 (afb7f36) into master (e41619b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6949   +/-   ##
=======================================
  Coverage   82.01%   82.01%           
=======================================
  Files          13       13           
  Lines        3908     3908           
=======================================
  Hits         3205     3205           
  Misses        703      703           
Impacted Files Coverage Δ
python-package/xgboost/core.py 83.20% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e41619b...afb7f36. Read the comment docs.

@trivialfis trivialfis merged commit 2a9979e into dmlc:master May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants