Feature Importance
The feature importance module in the sovai library offers multiple unsupervised algorithms to quantify the significance of each feature in financial datasets.
Feature Importance Methods
Random Projection
df_mega.importance("random_projection")
Random Fourier Features
Independent Component Analysis (ICA)
Truncated Singular Value Decomposition (SVD)
Sparse Random Projection
Clustered SHAP Ensemble
Global Feature Importance
Feature Selection

Last updated