tfx-addons
tfx-addons copied to clipboard
filter component commit
Fixes #<issue_number_goes_here>
It's a good idea to open an issue first for discussion.
- [ ] Tests pass
- [ ] Appropriate changes to README are included in PR
Thanks for the PR! :rocket:
Instructions: Approve using /lgtm and mark for automatic merge by using /merge.
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Also generally, why not use a Beam pipeline to do so vs this numpy filter?
I don't understand. Iris_example_colab.ipynb is the example notebook from the feature selection component. Why is it included here?
I don't understand. Iris_example_colab.ipynb is the example notebook from the feature selection component. Why is it included here?
it will be removed.
made a new push @casassg
@vulkomilev Here are the steps to finish the component PR:
- Update copy right in all files of your component
- Update tests, make sure they run and remove anything Pandas Transform related
- run the linter and make sure that the linter is green on Github!
- update the example notebook with an example csv file, load the csv data, and apply the filter component, and print the content of the TFRecords (the first 4 samples)
- resolve all conversations above which you have addressed, leave the ones open for which you have questions. That helps to quickly review the PR.
Thank you!