Comparison against TF-IDF Vectorizer (using sklearn) #7
Labels
code
code based issue
Hacktoberfest
This issue is under Hacktoberfest 2020
medium
intermediate level issues
Description
TF-IDF is one of the most famous algorithms when it comes to keyword extraction from text. Your task is to create a function that will extract keywords from text using the TF-IDF algorithm and compare the results against this library. How similar / different are the results ?
For reference :
For your reference, you may read these :
Folder Structure, Function details
Create a folder
tfidf_vectorizer
in the root directory. The folder must contain a.py
file that will contain the function for extracting the keywords from text using sklearn's TfidfVectorizer.Structure :
tfidf_vectorizer/extract_keywords_tfidf_sklearn.py
Acceptance Criteria
requirements.txt file
is updated if you are including any new library.Definition of Done
Time Estimation
1.5 hours
The text was updated successfully, but these errors were encountered: