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

allow result features to be removed by raw feature filter #458

Closed leahmcguire closed 4 years ago

leahmcguire commented 4 years ago

Related issues Result features removed by raw feature filter throw an error, but sometimes we wish to allow them to be removed.

Describe the proposed solution Created a flag that allows removal of result features by raw feature filter

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

:exclamation: No coverage uploaded for pull request base (master@df160d5). Click here to learn what that means. The diff coverage is 98.07%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #458   +/-   ##
=========================================
  Coverage          ?   86.95%           
=========================================
  Files             ?      340           
  Lines             ?    11428           
  Branches          ?      363           
=========================================
  Hits              ?     9937           
  Misses            ?     1491           
  Partials          ?        0
Impacted Files Coverage Δ
...e/op/stages/impl/feature/SmartTextVectorizer.scala 95.61% <ø> (ø)
...s/impl/feature/OPCollectionHashingVectorizer.scala 96.55% <100%> (ø)
.../src/main/scala/com/salesforce/op/OpWorkflow.scala 88.96% <100%> (ø)
...p/stages/impl/feature/SmartTextMapVectorizer.scala 100% <100%> (ø)
...scala/com/salesforce/op/features/types/Lists.scala 75% <66.66%> (ø)

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 df160d5...fe20792. Read the comment docs.