Closed
Description
Version
23.03
Which installation method(s) does this occur on?
Docker, Conda, Source
Describe the bug.
Not all pipelines set feature_columns
in the pipeline config, specifically the ransomware_detection
and abp_pcap_detection
examples don't set these.
When we run these with their associated run.py
script this isn't a problem, however using the equivalent CLI command the default features for the FIL pipeline are logged (the nvsmi features).
I think we have two options:
- Simply don't log the
config.fil.feature_columns
andconfig.ae.feature_columns
. - Re-work these examples to populated the config.
Personally I like option 1
Minimum reproducible example
No response
Relevant log output
No response
Full env printout
No response
Other/Misc.
No response
Code of Conduct
- I agree to follow Morpheus' Code of Conduct
- I have searched the open bugs and have found no duplicates for this bug report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
Type
Projects
Status
Done