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

Uploaded Python 3

File details

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

File metadata

  • Download URL: alphapurify-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 542422c50829dd7174b94e840260bebf0016b74b701f39fdfea19b2d6b6c45aa
MD5 4f6d2b905592f37f237655c3bed0f73f
BLAKE2b-256 ff47e01cd2f6546c81aa7795dc7213a0ff9b1501bc2d848868b51c17b3c1eb67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: alphapurify-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 52.5 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 31f4e84e81178eb116030119d55b11b7a5ea95853846741ef14fa4eb6b37a0fa
MD5 903aa5a9f2f427a1dbd655f28dbaba6c
BLAKE2b-256 0d986dcf0fd2bbfb8eef9353c3c4147608f65de2edecdf5ae95fb6bfd7251713

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