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

Instance profiling task added #69

Merged
merged 5 commits into from
Jun 18, 2024
Merged

Instance profiling task added #69

merged 5 commits into from
Jun 18, 2024

Conversation

SkBlaz
Copy link
Collaborator

@SkBlaz SkBlaz commented Jun 14, 2024

Profiler of missing info at instance level.

@SkBlaz SkBlaz requested a review from adischw June 14, 2024 10:55
.pre-commit-config.yaml Show resolved Hide resolved
outrank/__main__.py Outdated Show resolved Hide resolved
outrank/core_utils.py Outdated Show resolved Hide resolved
outrank/task_instance_ranking.py Show resolved Hide resolved
outrank/task_instance_ranking.py Outdated Show resolved Hide resolved
outrank/task_instance_ranking.py Show resolved Hide resolved
outrank/task_instance_ranking.py Outdated Show resolved Hide resolved
outrank/task_instance_ranking.py Outdated Show resolved Hide resolved
def compute_entropy_avg(line):
joint_ent = 0
for field in line:
joint_ent += shannon_ent(field)

Choose a reason for hiding this comment

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

Is this token-level joint entropy?

outrank/task_instance_ranking.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@bmramor bmramor left a comment

Choose a reason for hiding this comment

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

Do you plan to add support for csv, zstd or whatever other inputs are supported for the other tasks in a separate pr?

@SkBlaz SkBlaz merged commit b5c9ee4 into main Jun 18, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants