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

Feature Request: Text Classification - Implement Multi-class Text Classification #315

Open
HsiangNianian opened this issue Nov 17, 2024 · 0 comments

Comments

@HsiangNianian
Copy link
Member

Text classification is an essential NLP task where the goal is to categorize a given text into one or more predefined categories. Common use cases include spam detection, news categorization, and sentiment analysis.

Data Preparation: How to handle class imbalance in training datasets?
Modeling: Which models should we experiment with (e.g., Logistic Regression, Naive Bayes, or neural models like BERT)?
Evaluation Metrics: What metrics should be used to evaluate the performance? (e.g., Precision, Recall, F1 Score)

Expected Outcome

  • Implement a text classification model that supports multi-class categorization.
  • Integration with the iamai toolkit and clear usage instructions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant