An open API service for producing an overview of a list of open source projects.

JOSS: https://github.com/Sm00thix/IKPLS

algorithm data-science gpu-support linear-regression partial-least-squares partial-least-squares-regression pls plsda plsr tpu-acceleration weighted-least-squares weighted-linear-regression weighted-regression

Score: 12.811568244213067

Last synced: about 8 hours ago
JSON representation

Repository metadata:

Fast CPU and GPU Python implementations of Improved Kernel Partial Least Squares (PLS) by Dayal and MacGregor (1997) and Fast Partition-Based Cross-Validation With Centering and Scaling for XTX and XTY by Engstrøm and Jensen (2025). This package also includes options to use sample weights for PLS modeling.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 218
Total Committers: 4
Avg Commits per committer: 54.5
Development Distribution Score (DDS): 0.211

Commits in past year: 17
Committers in past year: 2
Avg Commits per committer in past year: 8.5
Development Distribution Score (DDS) in past year: 0.118

Name Email Commits
Ole Engstrøm o****l@i****m 172
Ole-Christian Galbo Engstrøm S****x 23
Ole-Christian Galbo Engstrøm o****e@f****k 18
parmentelat t****t@i****r 5

Issue and Pull Request metadata

Last synced: 22 days ago

Total issues: 16
Total pull requests: 47
Average time to close issues: 12 days
Average time to close pull requests: 1 day
Total issue authors: 5
Total pull request authors: 3
Average comments per issue: 4.44
Average comments per pull request: 0.34
Merged pull request: 44
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 7
Past year average time to close issues: N/A
Past year average time to close pull requests: about 6 hours
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 7
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/Sm00thix/IKPLS

Top Issue Authors

  • parmentelat (8)
  • Sm00thix (4)
  • basileMarchand (2)
  • ayaanhossain (1)
  • nic-Oban (1)

Top Pull Request Authors

  • sm00thix (28)
  • parmentelat (11)
  • Sm00thix (8)

Top Issue Labels

  • question (1)

Top Pull Request Labels


Package metadata

pypi.org: ikpls

Improved Kernel PLS and Fast Cross-Validation.

  • Homepage: https://ikpls.readthedocs.io/en/latest/
  • Documentation: https://ikpls.readthedocs.io/
  • Licenses: Apache-2.0
  • Latest release: 6.1.2 (published 30 days ago)
  • Last Synced: 2026-08-14T02:45:32.275Z (1 day ago)
  • Versions: 50
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2,775 Last month
  • Rankings:
    • Dependent packages count: 9.887%
    • Average: 38.848%
    • Dependent repos count: 67.809%
  • Maintainers (1)

Dependencies

.github/actions/test/action.yml actions
  • actions/setup-python v5 composite
.github/actions/build/action.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
.github/actions/release/action.yml actions
  • actions/download-artifact v4 composite
  • sigstore/gh-action-sigstore-python v3.0.0 composite
docs/requirements.txt pypi
  • ikpls *
  • myst-parser *
  • sphinx *
  • sphinx-rtd-theme *
.github/workflows/package_workflow.yml actions
  • ./.github/actions/build * composite
  • ./.github/actions/release * composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/pull_request_package_workflow.yml actions
  • ./.github/actions/build * composite
  • actions/checkout v4 composite
poetry.lock pypi
  • colorama 0.4.6
  • cvmatrix 3.1.6
  • jax 0.9.0
  • jaxlib 0.9.0
  • joblib 1.5.3
  • ml-dtypes 0.5.4
  • numpy 2.4.2
  • opt-einsum 3.4.0
  • scikit-learn 1.8.0
  • scipy 1.17.0
  • threadpoolctl 3.6.0
  • tqdm 4.67.2
pyproject.toml pypi
  • cvmatrix >=3.0.0
  • jax >=0.5.0
  • jaxlib >=0.5.0
  • joblib >=1.3.2
  • numpy >=2.0.0
  • python >=3.11, <3.15
  • scikit-learn >=1.5.0
  • tqdm >=4.66.1
.github/workflows/pull_request_test_workflow.yml actions
  • ./.github/actions/test * composite
  • actions/checkout v4 composite
  • coverallsapp/github-action v2 composite
.github/workflows/test_workflow.yml actions
  • ./.github/actions/test * composite
  • actions/checkout v4 composite
  • coverallsapp/github-action v2 composite