-
Notifications
You must be signed in to change notification settings - Fork 655
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
FIX-#3767: Fix tests for Modin XGB Dmatrix #3770
FIX-#3767: Fix tests for Modin XGB Dmatrix #3770
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3770 +/- ##
==========================================
+ Coverage 85.49% 88.68% +3.18%
==========================================
Files 197 197
Lines 16421 16417 -4
==========================================
+ Hits 14039 14559 +520
+ Misses 2382 1858 -524
Continue to review full report at Codecov.
|
Blocked by #3772. |
Merged #3773. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming tests pass.
Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
6296146
to
5033939
Compare
Signed-off-by: Alexey Prutskov alexey.prutskov@intel.com
What do these changes do?
This PR fixes periodic failures in CI on
experimental/xgboost/test/test_dmatrix.py
. The fix is in changing of random generated data for training/prediction purposes to existing known dataset.flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
git commit -s
docs/developer/architecture.rst
is up-to-date