tensorflow / tfx-addons

Developers helping developers. TFX-Addons is a collection of community projects to build new components, examples, libraries, and tools for TFX. The projects are organized under the auspices of the special interest group, SIG TFX-Addons. Join the group at http://goo.gle/tfx-addons-group
Apache License 2.0
125 stars 64 forks source link

Add feature_selection component? #160

Closed rcrowe-google closed 2 years ago

rcrowe-google commented 2 years ago

The feature selection component doesn't seem to be an active module:

tfx_addons._ACTIVE_MODULES

['__version__',
 'mlmd_client',
 'schema_curation',
 'feast_examplegen',
 'xgboost_evaluator',
 'sampling',
 'message_exit_handler']

Can we add it?

rcrowe-google commented 2 years ago

@deutranium

casassg commented 2 years ago

We need a set of needed deps added here: https://github.com/tensorflow/tfx-addons/blob/main/tfx_addons/version.py#L49