Skip to main content

High-performance quantitative factor analysis and purification toolkit

Project description

AlphaPurify

AlphaPurify is a high-performance quantitative factor analysis and purification toolkit designed for institutional-grade research workflows.

It provides a fully modular, vectorized, and multiprocessing-enabled framework for factor cleaning, evaluation, exposure decomposition, and portfolio attribution — built on a modern Polars-based architecture for large-scale cross-sectional datasets.


🚀 Key Features

  • High Performance

    • Nearly fully vectorized architecture powered by Polars
    • Optimized for large-scale cross-sectional panel data
    • Memory-efficient structural safeguards
  • 🧩 Fully Modular Design

    • Each module can be used independently
    • Seamlessly integrated into custom research pipelines
    • Minimal coupling between components
  • 📊 Comprehensive Factor Research Engine

    • Cross-sectional IC analysis
    • Horizon autocorrelation
    • Quantile portfolio backtesting
    • Turnover measurement
    • Industry-level attribution
    • Long–short, long-only, and short-only evaluation
  • 🧪 Advanced Factor Cleaning Toolkit

    • 40+ preprocessing techniques
    • Robust winsorization
    • Regression-based neutralization
    • Polynomial & robust regression options
    • Advanced standardization methods
  • 📈 Exposure & Return Attribution

    • Systematic exposure decomposition
    • Residual alpha estimation
    • Cumulative attribution curves
    • Interactive Plotly visualizations
  • 🕒 Frequency-Agnostic

    • Supports intraday, daily, weekly, and high-frequency datasets
    • No structural modifications required
  • 🛡 Look-Ahead Bias Protection

    • Forward return construction safeguards
    • Rebalancing alignment protection
    • Parameter-level anti-leakage controls

📦 Installation

pip install alphapurify

## 📊 Example Workflow

from alphapurify import AlphaPurifier, FactorAnalyzer

# Load your DataFrame
df = ...

# Clean factor
cleaned = (
    AlphaPurifier(df, factor_col="alpha")
    .winsorize(method="mad")
    .neutralize(neutralizer_cols=["size", "industry"])
    .standardize(method="zscore")
    .to_result()
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alphapurify-0.1.2.tar.gz (50.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

alphapurify-0.1.2-py3-none-any.whl (52.4 kB view details)

Uploaded Python 3

File details

Details for the file alphapurify-0.1.2.tar.gz.

File metadata

  • Download URL: alphapurify-0.1.2.tar.gz
  • Upload date:
  • Size: 50.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for alphapurify-0.1.2.tar.gz
Algorithm Hash digest
SHA256 177fb48ad3f769903e78151532b82ed3a41fca0ebb8b80eb250745ad30ccf169
MD5 485dd49b9a3219b4a5282127303532d8
BLAKE2b-256 e5fb94668c81b145b8b417aeb475990b23db6d8b4cf556575f394efcbd7fd29c

See more details on using hashes here.

File details

Details for the file alphapurify-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: alphapurify-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 52.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for alphapurify-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 906821cd3f6580ad9304bd1fabacd000b412a232263de3a2b02258cbfc154155
MD5 f5c48df66a5c2e9cad7d7ce27b462b45
BLAKE2b-256 a71c0cad6464f32dc18fdd093953032f576f86e14af2efe364264c80c2551144

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page