Extract Features
The feature extractor module generates features that can be categorized into several types based on the nature of the calculations.
Feature Extraction Module
Feature Categories
Usage Examples
import sovai as sov
# Authenticate and load data
sov.token_auth(token="your_token_here")
df_mega = sov.data("accounting/weekly").select_stocks("mega").date_range("2018-01-01")1. Basic Usage with Default Parameters

2. Weekly Rolling Features
3. Custom Feature List
4. Monthly Rolling Features
Advanced Usage
Statistical Features
Entropy and Complexity Features
Frequency and Streak Features
Energy and Magnitude Features
Statistical and Distributional Features
Position Features
Last updated