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

Better Analyzer support for stats of multimodal OPs & other minor enhancements #106

Merged
merged 8 commits into from
Nov 30, 2023

Conversation

HYLcool
Copy link
Collaborator

@HYLcool HYLcool commented Nov 29, 2023

  • Add two arguments keep_stats/hashes_in_res_ds to control whether to keep stats (computed by Filters) or hashes (computed by Deduplicators) in the exported result dataset. In default, they are False.
  • Analyzer:
    • Save stats before doing the analysis
    • Support to apply overall analysis in parallel
    • Support to apply overall and column-wise analysis for DataFrame column of list type (some stats generated by multimodal OPs)

@HYLcool HYLcool added enhancement New feature or request dj:multimodal issues/PRs about multimodal data processing labels Nov 29, 2023
@HYLcool HYLcool added this to the Multimodal Support milestone Nov 29, 2023
@HYLcool HYLcool self-assigned this Nov 29, 2023
… some OPs whose dependencies are not installed
@HYLcool
Copy link
Collaborator Author

HYLcool commented Nov 30, 2023

  • bug fixed: unmatched OP name list and actual OP list after skipping some OPs whose dependencies are not installed. (From user Junqin Huang)

Copy link
Collaborator

@yxdyc yxdyc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@HYLcool HYLcool merged commit a811636 into main Nov 30, 2023
5 checks passed
@HYLcool HYLcool deleted the enhance/minor_fix_and_enhancements branch November 30, 2023 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dj:multimodal issues/PRs about multimodal data processing enhancement New feature or request
Projects
None yet
2 participants