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.5.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.5-py3-none-any.whl (52.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: alphapurify-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 f503420acae39461236444887e20c1269abdff69bfb756ecf5a0e5fb8c444a12
MD5 ffe17990f443221515c841a6fff94863
BLAKE2b-256 06fb0833b530762d3420628f071e44985ab2a62d64229120cba8409bfde6c3f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: alphapurify-0.1.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 7fafbe1d5af5e59b5d336ec56d30bfaa70d98e94ae60dc50f539968f3570e0ea
MD5 32c24097ae8b157815f8a534b4d46825
BLAKE2b-256 e82d819065e596d8271bbd9f5eaaeffe7817f85771dd5f97b623e28370378351

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