dotnet / dotnet/machinelearning
TextFeaturizer to save specific features
Open
area-Transforms
enhancement
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
User scenario:
Trained learner on top of TextFeaturizer.
Learner uses only several ngram features.
Still the combined model file is huge due to the fact the TextFeaturizer save dictionary counts for all ngrams extracted.
Feature request: add ability for TextFeaturizer to save its model with specified features / ngrams only
Contributor guide
Assessment
This issue has not been assessed yet.