salesforce / TransmogrifAI

TransmogrifAI (pronounced trăns-mŏgˈrə-fī) is an AutoML library for building modular, reusable, strongly typed machine learning workflows on Apache Spark with minimal hand-tuning
https://transmogrif.ai
BSD 3-Clause "New" or "Revised" License
2.24k stars 392 forks source link

Fix flaky XGB take 2 #498

Closed TuanNguyen27 closed 4 years ago

TuanNguyen27 commented 4 years ago

See #494 for first attempt. This PR fixes the seed for withTrainValidationSplit instead of DataSplitter

codecov[bot] commented 4 years ago

Codecov Report

Merging #498 into master will decrease coverage by 0.03%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #498      +/-   ##
==========================================
- Coverage   80.02%   79.99%   -0.04%     
==========================================
  Files         346      346              
  Lines       11782    11787       +5     
  Branches      385      385              
==========================================
  Hits         9429     9429              
- Misses       2353     2358       +5     
Impacted Files Coverage Δ
...salesforce/op/test/PassengerSparkFixtureTest.scala 65.51% <0.00%> (-13.65%) :arrow_down:

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 f5aef4f...d590b7b. Read the comment docs.

TuanNguyen27 commented 4 years ago

Closing in favor of #501