Releases: Zethson/fknni
Releases · Zethson/fknni
1.3.0 Release 🌈
1.2.0 Release
- When given a dataset to impute, the imputer will check if a big enough index can be built. If not, it will temporarily exclude enough features to reach this threshold and try again. If an index still can't be built, it will use fallbacks values as defined by the user strategy.
- The "big enough index" is decided by threshold that can be passed when constructing the imputer.
- The imputation will be performed again for any feature that was left behind in the previous step, making the process iterative.
- Use fallback strategy for extremely sparse data where data is simply (= mean/median) imputed if an index can't be built at all.