Hi, recently I’ve come across the documentation chapter about featurizers Components. There is a sentence in the paragraph:
“Sparse features only store the values that are non zero and their positions in the vector”
which should rather be:
“Dense features only store the values that are non zero and their positions in the vector”