An open API service indexing awesome lists of open source software.

https://github.com/jordandeklerk/sieve

Python package for penalized sieve estimation in tensor product spaces for non-parametric regression and classification estimation.
https://github.com/jordandeklerk/sieve

classification-models high-dimensional-statistics multivariate-regression nonparametric-regression nonparametric-statistics penalized-regression sieve tensor-product

Last synced: 8 months ago
JSON representation

Python package for penalized sieve estimation in tensor product spaces for non-parametric regression and classification estimation.

Awesome Lists containing this project

README

          

sieve logo
sieve logo

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Build Status](https://github.com/jordandeklerk/sieve/actions/workflows/test.yml/badge.svg)](https://github.com/jordandeklerk/sieve/actions/workflows/test.yml)
[![Code Coverage](https://codecov.io/gh/jordandeklerk/sieve/branch/main/graph/badge.svg)](https://codecov.io/gh/jordandeklerk/sieve)
[![Last commit](https://img.shields.io/github/last-commit/jordandeklerk/sieve)](https://github.com/jordandeklerk/sieve/graphs/commit-activity)
[![Commit activity](https://img.shields.io/github/commit-activity/m/jordandeklerk/sieve)](https://github.com/jordandeklerk/sieve/graphs/commit-activity)
[![Python version](https://img.shields.io/badge/3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue?logo=python&logoColor=white)](https://www.python.org/)

__sieve__ is a Python package for non-parametric regression using the method of sieves in multivariate tensor product spaces. It implements both least-squares and L1-penalized sieve estimators through orthogonal basis expansions, offering computational efficiency and strong statistical properties for general reproducing kernel Hilbert spaces.


> [!WARNING]
> This package is currently in active development.

## Citation

```bibtex
@article{zhang2022sieve,
title={Regression in Tensor Product Spaces by the Method of Sieves},
author={Zhang, Tianyu and Simon, Noah},
journal={arXiv preprint arXiv:2206.02994},
year={2022}
}
```