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

Predict header formatter -- sync #137

Closed
nicolay-r opened this issue Jan 7, 2024 · 0 comments
Closed

Predict header formatter -- sync #137

nicolay-r opened this issue Jan 7, 2024 · 0 comments
Assignees
Labels
critical enhancement New feature or request

Comments

@nicolay-r
Copy link
Owner

nicolay-r commented Jan 7, 2024

#130 causes

Here, is from this file:

for col_label, rel_name in label_to_str.items():

with this:
title = [const.ID]
if column_extra_funcs is not None:
title.extend([column_name for column_name, _ in column_extra_funcs])
title.extend([str(label) for label in range(labels_count)])

@nicolay-r nicolay-r added the enhancement New feature or request label Jan 7, 2024
@nicolay-r nicolay-r self-assigned this Jan 7, 2024
@nicolay-r nicolay-r changed the title Label header formatting sync Predict header formatter -- sync Jan 7, 2024
@nicolay-r nicolay-r mentioned this issue Jan 7, 2024
22 tasks
nicolay-r added a commit that referenced this issue Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant