Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA]: Automated Feature Selection in DFP and building DataFrame schemas from JSON definition files #1685

Open
2 tasks done
dnandakumar-nv opened this issue May 3, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@dnandakumar-nv
Copy link

Is this a new feature, an improvement, or a change to existing functionality?

New Feature

How would you describe the priority of this feature request

Low (would be nice)

Please provide a clear description of problem this feature solves

I want Morpheus to be able to provide initial heuristics and recommendations of what features would be a good starting point for the DFP workflow.

I also want to be able to use different input datasets into DFP without having to change the source code of the workflow to accommodate difference schemas. It would be helpful if instead, I could provide a schema definition file as config, from which the schemas are built.

Describe your ideal solution

Two new classes, the first being an AutoEncoderFeatureSelector class that takes in input data and some configurable parameters for feature selection and performs some basic checks to see which features might be helpful in the DFP workflow.

Second, a JSONSchemaBuilder class that takes an input JSON (dictionary) schema definition for Morpheus DataFrameInputSchema objects and builds those objects dynamically at runtime.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I have searched the open feature requests and have found no duplicates for this feature request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Status: Review - Ready for Review
1 participant