Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-7823

Have a naive bayes classifier which uses plain BM25 scores instead of plain frequencies

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 7.0
    • modules/classification
    • None
    • New

    Description

      SimpleNaiveBayesClassifier users term frequencies with add one smoothing to calculate likelihood and just tf for prior. Given Lucene has switched to BM25 it would be better to have a different impl which uses BM25
      scoring as a probability measure of both prior and likelihood.

      Attachments

        Activity

          People

            teofili Tommaso Teofili
            teofili Tommaso Teofili
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: