pytorch / torcharrow

High performance model preprocessing library on PyTorch
https://pytorch.org/torcharrow/beta/index.html
BSD 3-Clause "New" or "Revised" License
649 stars 79 forks source link

Tiny tweak on the feature generation threshold #336

Closed bearzx closed 2 years ago

bearzx commented 2 years ago

Previously the dense feature looks more sparse than the sparse feature. I replaced the two to avoid confusion.

bearzx commented 2 years ago

actually the sparse here doesn't mean the feature vector appears to be sparse, it means the cardinality of the feature is high (i.e. the range the values is wide)

ifunanyaScript commented 2 years ago

Exactly!