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

Evaluation -- ability to extract errors [Backlog] #375

Closed
2 tasks done
Tracked by #401
nicolay-r opened this issue Jul 22, 2022 · 2 comments
Closed
2 tasks done
Tracked by #401

Evaluation -- ability to extract errors [Backlog] #375

nicolay-r opened this issue Jul 22, 2022 · 2 comments
Assignees
Labels

Comments

@nicolay-r
Copy link
Owner

nicolay-r commented Jul 22, 2022

nicolay-r/arekit-eval#1 proceeds and related to.

  • Provide orginal sample ids
  • Embed error analysis from side project
@nicolay-r nicolay-r added the task label Jul 22, 2022
@nicolay-r nicolay-r self-assigned this Jul 22, 2022
@nicolay-r nicolay-r changed the title Evaluation -- ability to extract errors. Evaluation -- ability to extract errors [Backlog] Jul 22, 2022
@nicolay-r
Copy link
Owner Author

nicolay-r commented Jul 23, 2022

Provide an ablity to save results.

def save(self, filepath):
assert(isinstance(filepath, str))
self.__cmp_table.to_csv(filepath)

Provide an ability to pick an internal dataframe.

@property
def DataframeTable(self):
return self.__cmp_table

@nicolay-r
Copy link
Owner Author

Нужно предоставить значения или индексы для TextOpinion

@nicolay-r nicolay-r reopened this Jul 23, 2022
nicolay-r added a commit that referenced this issue Jul 23, 2022
nicolay-r added a commit that referenced this issue Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant