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

Skip serializing cardinality estimates in FeatureDistributions #447

Closed winterslu closed 4 years ago

winterslu commented 4 years ago

Related issues Tokens of text field are printing out while internal usage.

Describe the proposed solution Ignore cardinality field in serialization

Additional context Previous PR #420 & #438

codecov[bot] commented 4 years ago

Codecov Report

Merging #447 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #447      +/-   ##
==========================================
+ Coverage   86.93%   86.93%   +<.01%     
==========================================
  Files         337      337              
  Lines       11096    11102       +6     
  Branches      362      364       +2     
==========================================
+ Hits         9646     9652       +6     
  Misses       1450     1450
Impacted Files Coverage Δ
...om/salesforce/op/filters/FeatureDistribution.scala 98.66% <100%> (+0.11%) :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 8c6110b...d6dd9cb. Read the comment docs.