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

add logging to cutter #433

Closed AdamChit closed 4 years ago

AdamChit commented 4 years ago

Related issues Refer to issue(s) addressed in this pull request from Issues page.

Describe the proposed solution A clear and concise description of what the changes are.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context about the changes here.

codecov[bot] commented 4 years ago

Codecov Report

Merging #433 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #433      +/-   ##
==========================================
+ Coverage   86.93%   86.97%   +0.03%     
==========================================
  Files         337      337              
  Lines       11100    11079      -21     
  Branches      366      371       +5     
==========================================
- Hits         9650     9636      -14     
+ Misses       1450     1443       -7
Impacted Files Coverage Δ
.../salesforce/op/stages/impl/tuning/DataCutter.scala 96.87% <100%> (-0.35%) :arrow_down:
...om/salesforce/op/stages/impl/tuning/Splitter.scala 98.07% <0%> (-0.23%) :arrow_down:
...e/op/stages/impl/insights/RecordInsightsLOCO.scala 96.77% <0%> (-0.07%) :arrow_down:
.../src/main/scala/com/salesforce/op/OpWorkflow.scala 88.88% <0%> (ø) :arrow_up:
...com/salesforce/op/utils/stages/FitStagesUtil.scala 94.73% <0%> (ø) :arrow_up:
...alesforce/op/stages/impl/tuning/DataBalancer.scala 96.11% <0%> (+0.15%) :arrow_up:
...op/stages/impl/regression/OpLinearRegression.scala 81.81% <0%> (+4.89%) :arrow_up:
...alesforce/op/stages/impl/tuning/DataSplitter.scala 90% <0%> (+25%) :arrow_up:

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 8ec6234...ac4e175. Read the comment docs.