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

Method calculate accuracy #3

Closed
NathanFirmo opened this issue Sep 23, 2022 · 0 comments
Closed

Method calculate accuracy #3

NathanFirmo opened this issue Sep 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@NathanFirmo
Copy link
Owner

🗒️ Context

Add a method to calculate algorithm accuracy based on a datase.

Example

[
  {
    "sentence": "im feeling quite sad and sorry for myself but ill snap out of it soon",
    "category": "sadness"
  },
  {
    "sentence": "i feel like i am still looking at a blank canvas blank pieces of paper",
    "category": "sadness"
  },
  {
    "sentence": "i feel like a faithful servant",
    "category": "love"
  },
  {
    "sentence": "i am just feeling cranky and blue",
    "category": "anger"
  },
  {
    "sentence": "i can have for a treat or if i am feeling festive",
    "category": "joy"
  },
  {
    "sentence": "i start to feel more appreciative of what god has done for me",
    "category": "joy"
  },
]

Behaviour

The classifier will automatically split dataset into train and validation data and will calculate its own accuracy.

@NathanFirmo NathanFirmo added the enhancement New feature or request label Sep 23, 2022
@NathanFirmo NathanFirmo self-assigned this Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant