tugraz-isds / systemds

An open source ML system for the end-to-end data science lifecycle
Apache License 2.0
37 stars 20 forks source link

[Modify 197]: Modifications in Functional Discovery (discoverFD) builtin #95

Closed Shafaq-Siddiqi closed 4 years ago

Shafaq-Siddiqi commented 4 years ago
  1. Included Mask and threshold as input parameters
  2. Output Matrix FD contains the scores for FDs
mboehm7 commented 4 years ago

LGTM - thanks @Shafaq-Siddiqi. I only changed a few typos and formatting issues, and fused the mask pruning into the subsequent removeEmpty call.