Neutralize Features
The feature extractor module generates features that can be categorized into several types based on the nature of the calculations.
Feature Neutralization¶
Data Loading and Preparation
import sovai as sov
sov.token_auth(token="your_token_here")
# Load weekly accounting data
df_accounting = sov.data("accounting/weekly")
# Select mega-cap stocks from 2018 onwards
df_mega = df_accounting.select_stocks("mega").date_range("2018-01-01")Orthogonalization

Neutralization
Orthogonalization Methods:
Neutralization Methods:
Last updated