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.4.tar.gz (50.6 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.4-py3-none-any.whl (52.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: alphapurify-0.1.4.tar.gz
  • Upload date:
  • Size: 50.6 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.4.tar.gz
Algorithm Hash digest
SHA256 1dbfeafb045e37a88436a84e4084969c03ecaf0bb8814b0d6bbfced3a4d86f36
MD5 fedf14ead38d827ae43fe8b29fcf32de
BLAKE2b-256 30532450cee6ac6d59ebb59648c2c7aa58d3a586f687e056324686d992a21a13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: alphapurify-0.1.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 313a9c19bef84d659d6ecf8644b711104cac305f68e1b47cb46c66bab2038768
MD5 58369b8f783415ef86ef4e4d175fe4dc
BLAKE2b-256 f1731c84727e0fb5db878748db9715df7c7de21f372505c307f78573041feafc

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