You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The skill extraction implement in a matrix of [TF-IDF features](https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html) for each skill.
56
+
In the following example he have a dimensional space with three skills.
57
+
The user input analyzed in this space and by using a similarity metric (e.g cosine) we find the most similar skill.
0 commit comments