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 393 forks source link

add FeatureDistribution to SerializationFormats #383

Closed TuanNguyen27 closed 5 years ago

TuanNguyen27 commented 5 years ago

Related issues See pull request #354 https://github.com/salesforce/TransmogrifAI/pull/354#issuecomment-519180832

Adding new classes to json serialization for FeatureDistribution

codecov[bot] commented 5 years ago

Codecov Report

Merging #383 into master will increase coverage by 0.1%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #383     +/-   ##
=========================================
+ Coverage   86.73%   86.84%   +0.1%     
=========================================
  Files         336      336             
  Lines       10950    10950             
  Branches      351      580    +229     
=========================================
+ Hits         9497     9509     +12     
+ Misses       1453     1441     -12
Impacted Files Coverage Δ
...c/main/scala/com/salesforce/op/ModelInsights.scala 91.54% <ø> (ø) :arrow_up:
...es/src/main/scala/com/salesforce/op/OpParams.scala 85.71% <0%> (-4.09%) :arrow_down:
...cala/com/salesforce/op/cli/gen/FileGenerator.scala 77.27% <0%> (+3.03%) :arrow_up:
...ain/scala/com/salesforce/op/cli/SchemaSource.scala 87.93% <0%> (+5.17%) :arrow_up:
...src/main/scala/com/salesforce/op/cli/gen/Ops.scala 94% <0%> (+8%) :arrow_up:
...src/main/scala/com/salesforce/op/cli/CliExec.scala 80% <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 b634157...161e66e. Read the comment docs.