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

Rename whitelist/blacklist to allowlist/blocklist #491

Closed nicodv closed 4 years ago

nicodv commented 4 years ago

Related issues N/A

Describe the proposed solution N/A

Describe alternatives you've considered N/A

Additional context This lets Transmogrifai adhere to Salesforce's Inclusive Content initiative. Backwards compatible for models that still use old terms.

codecov[bot] commented 4 years ago

Codecov Report

Merging #491 into master will increase coverage by 0.01%. The diff coverage is 98.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #491      +/-   ##
==========================================
+ Coverage   86.98%   87.00%   +0.01%     
==========================================
  Files         345      345              
  Lines       11697    11702       +5     
  Branches      388      388              
==========================================
+ Hits        10175    10181       +6     
+ Misses       1522     1521       -1     
Impacted Files Coverage Δ
...a/com/salesforce/op/filters/RawFeatureFilter.scala 92.97% <ø> (ø)
.../salesforce/op/stages/impl/feature/FilterMap.scala 100.00% <ø> (ø)
...n/scala/com/salesforce/op/dsl/RichMapFeature.scala 67.64% <83.33%> (ø)
...c/main/scala/com/salesforce/op/ModelInsights.scala 91.88% <100.00%> (ø)
.../src/main/scala/com/salesforce/op/OpWorkflow.scala 88.11% <100.00%> (ø)
.../main/scala/com/salesforce/op/OpWorkflowCore.scala 95.45% <100.00%> (ø)
...main/scala/com/salesforce/op/OpWorkflowModel.scala 93.90% <100.00%> (ø)
...cala/com/salesforce/op/OpWorkflowModelReader.scala 96.05% <100.00%> (+1.68%) :arrow_up:
...cala/com/salesforce/op/OpWorkflowModelWriter.scala 100.00% <100.00%> (ø)
...sforce/op/stages/impl/feature/Transmogrifier.scala 98.05% <100.00%> (ø)

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 95a1f39...884972b. Read the comment docs.