diff --git a/python/morpheus_dfp/todo.md b/python/morpheus_dfp/todo.md deleted file mode 100644 index 08f15bbf70..0000000000 --- a/python/morpheus_dfp/todo.md +++ /dev/null @@ -1,55 +0,0 @@ - - -# Tasks -- [X] Refactor Morpheus production stages - -- [X] Add morpheus_dfp Conda recipe - -- [X] Update CI to build and upload morpheus_dfp Conda package - -- [] Update docs to include the DFP apis and README for using the DFP library - -- [] Move DFP unit tests from tests/examples/digital_fingerprinting to tests/morpheus_dfp - -- [] Refactor DFP benchmarks - -- [] Update DFP example docker file to install the morpheus_dfp package instead of using the Morpheus image as base - -- [] Consolidate version file used in setup.py across all Morpheus packages - - -# Q&A for future reference -1. Do we refactor sample pipelines to python/morpheus_dfp/morpheus_dfp/pipeline? - No. They are not part of the library. They are just examples. - -2. Do we refactor data (just the script for pulling the data, fetch_example_data.py) used for running the sample DFP pipelines? - No. Same as above. - -3. Do we refactor Morpheus DFP starter example? - No. Starter will be dropped, #1715 - -4. Visualizations? - No. Sample pipeline. - -5. Demo? - No. Sample pipeline. - -6. Refactor notebooks? - No. Sample only. - -7. Refactor DFP example control messages? - No.