Giter Site home page Giter Site logo

Comments (5)

FebriantiW avatar FebriantiW commented on August 14, 2024 1

for the idf, it should use the count of whole documents in the index which is 54709 and not document count based upon search hits because it only counts document with field body.

i didn't zoom in on the search result based analyze_query so cannot answer on the 2nd one. anyone ?

from uis-dat640-fall2020.

ChristofferHolmesland avatar ChristofferHolmesland commented on August 14, 2024

for the idf, it should use the count of whole documents in the index which is 54709
@FebriantiW

That fixed my issue, thank you! I assumed it was correct to use the document count from the search because we are calculating the IDF based on the body field.

from uis-dat640-fall2020.

ChristofferHolmesland avatar ChristofferHolmesland commented on August 14, 2024

If anyone else is wondering about the analyze_query issue, you can ignore the terms and still pass every test in the notebook.

from uis-dat640-fall2020.

thek123 avatar thek123 commented on August 14, 2024

for the idf, it should use the count of whole documents in the index which is 54709 and not document count based upon search hits because it only counts document with field body.

i didn't zoom in on the search result based analyze_query so cannot answer on the 2nd one. anyone ?
I might be wrong but it said
will calculate IDF based on the 'body' field only

and it does not hold for 'trec9_index' to pass the test

from uis-dat640-fall2020.

FebriantiW avatar FebriantiW commented on August 14, 2024

I got the same issue/numbers as @ChristofferHolmesland then later realised that in the idf formula that it considers entire document collection as N. It should pass the test even if you get the term doc count from body fields only.

from uis-dat640-fall2020.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.