Closed Horsmann closed 6 years ago
Changes can be bulk reverted by
git revert ba3de18e85d35c
Needs testing if this is really faster in larger settings. Changing the feature extractor interface is a serious beauty flaw of this change and its unsure if the processing gets really faster in practice.
Speed evaluation showed that this change is not worth it to change the feature signature. ~Closed.
The sparse feature mode could be speed up a bit by making the feature set a bit smarter and distinguishing internally the features that are actually set with a non-default value. This would shorten processing time a bit for larger datasets. This modifies the
FeatureExtractor
signature and uses no longer aSet<Feature>