facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.83k stars 4.71k forks source link

reduced dimension #1264

Closed orlevit closed 2 years ago

orlevit commented 2 years ago

As I didn't find it neither on plain search in the internet nor the manual, I write here for the others that are wondering about the same thing for quick retrieval.

The reduced dimensions at "reduce_model" (manual is done with PCA(Principal component analysis). As it written in the code: link

I Hope this helps anyone :)