MetOffice / MetOffice/XBTs_classification

Generate classification probabilities using a Naive Bayes classifier

Open
#30 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
4
Forks
2
PR merge metrics
No merged PRs in 30d

Description

scikit-learn has naive bayes classifier which can produce probabilities of classification. It would be good to try this out. If we get reasonable accuracy and some probabilities, this could be very useful as an easy to create probabilities for use in downstream processing.

https://scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html#sklearn.naive_bayes.MultinomialNB

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the linked scikit-learn MultinomialNB documentation and the repository's existing classification workflow. Determine how classifier probabilities and accuracy should be evaluated, and how useful probabilities would be exposed for downstream processing. Done means an agreed implementation produces reasonable classification accuracy and usable probabilities.

Written by the indexing model from the issue text.

Assessment

Tech stack
scikit-learn
Domain
machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.