EducationalTestingService / EducationalTestingService/skll
Include feature scaling for sparse features
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 561
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
We can use [MaxAbsScaler](https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MaxAbsScaler.html#sklearn.preprocessing.MaxAbsScaler) for sparse data. Right now, we convert things to dense if we want to do scaling.
Contributor guide
Assessment
This issue has not been assessed yet.