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

data cutter logging #434

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 #434 into master will decrease coverage by 35.35%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #434       +/-   ##
===========================================
- Coverage   86.93%   51.57%   -35.36%     
===========================================
  Files         337      337               
  Lines       11096    11100        +4     
  Branches      362      600      +238     
===========================================
- Hits         9646     5725     -3921     
- Misses       1450     5375     +3925
Impacted Files Coverage Δ
...salesforce/op/stages/impl/tuning/OpValidator.scala 79.72% <ø> (-14.87%) :arrow_down:
.../salesforce/op/stages/impl/tuning/DataCutter.scala 90.09% <100%> (-7.14%) :arrow_down:
...orce/op/stages/impl/tuning/OpCrossValidation.scala 80% <100%> (-17.96%) :arrow_down:
...sforce/op/stages/base/binary/BinaryEstimator.scala 0% <0%> (-100%) :arrow_down:
...la/com/salesforce/op/aggregators/Geolocation.scala 0% <0%> (-100%) :arrow_down:
...ala/com/salesforce/op/testkit/InfiniteStream.scala 0% <0%> (-100%) :arrow_down:
.../scala/com/salesforce/op/test/FeatureAsserts.scala 0% <0%> (-100%) :arrow_down:
...la/com/salesforce/op/utils/io/avro/AvroInOut.scala 0% <0%> (-100%) :arrow_down:
.../salesforce/op/aggregators/FeatureAggregator.scala 0% <0%> (-100%) :arrow_down:
...cala/com/salesforce/op/features/types/OPList.scala 0% <0%> (-100%) :arrow_down:
... and 176 more

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 e45073d...c067338. Read the comment docs.

gerashegalov commented 4 years ago

I assume we don't need this anymore, feel free to reopen @AdamChit if needed