🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

prune vales from TF-IDF vectors

User: "Ruca"
New Altair Community Member
Updated by Jocelyn
Hi all,

I'm processing a set of documents for files, in order to generate a TF-IDF vector for each document.
For each document I'm getting severall scores below 1%.
Is there any possibility to prune all values below 1%?
I've tried all the prune by ranking method, but unfortunatley I'm not getting the results that I'm expecting. Is there any other way to work around?
Thank you.

Regards,

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "MariusHelf"
    New Altair Community Member
    Hi Ruca,

    what exactly do you want to do? If the TF-IDF value for one document is below 1%, it's probably 90% for another document. That means, that you can't remove the whole column, because then you would also remove the high value of the other document. So what should happen in that case?

    Best,
    Marius
    User: "Ruca"
    New Altair Community Member
    OP
    Hello Marius,

    Thank you for your reply.
    Probably I was not clear enough with my explanation. Sorry for that.
    Lets assuming that I'm processing something like 10 docs. And I'm getting a TF-IDF vector for each document.
    As you mention, and you are 100% right, that are some words that are not relavant for a particular document (let's say below 5%) but maybe be very relevant for other documents (around 50%).
    But also, I can came across words that the range is between 0.0 and 0.04. Which means that the maximum rank that such word can have is 4% for a particular document.
    My question is: How to eliminate such words, that have a minimum inpact for all documents.