# Feature Processing

- [Extract Features](https://docs.sov.ai/feature-processing/extract-features.md): The feature extractor module generates features that can be categorized into several types based on the nature of the calculations.
- [Neutralize Features](https://docs.sov.ai/feature-processing/neutralize-features.md): The feature extractor module generates features that can be categorized into several types based on the nature of the calculations.
- [Select Features](https://docs.sov.ai/feature-processing/select-features.md): The feature selection module in the sovai library provides various methods to identify and select the most important features from financial datasets.
- [Dimensionality Reduction](https://docs.sov.ai/feature-processing/dimensionality-reduction.md): Implements multiple reduction techniques including PCA, SVD, Factor Analysis, Gaussian Random Projection, and UMAP.
- [Feature Importance](https://docs.sov.ai/feature-processing/feature-importance.md): The feature importance module in the sovai library offers multiple unsupervised algorithms to quantify the significance of each feature in financial datasets.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sov.ai/feature-processing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
