Ross ROSS = Recommend OSS · open-source software intelligence for agents

TorchEnsemble-Community/Ensemble-Pytorch

A unified ensemble framework for PyTorch to improve the performance and robustness of your deep learning model. observed · 2026-08-28

github.com/TorchEnsemble-Community/Ensemble-Pytorch · homepage · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2548
  • days_rel: n/a
  • days_push: 808
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1037 stars · 95 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A unified ensemble learning framework for PyTorch that implements strategies like voting, bagging, and gradient boosting to improve deep learning model performance and robustness. It is part of the official PyTorch ecosystem and provides a scikit-learn-like API for training ensembles of neural networks.

Use cases

  • improve accuracy of a pytorch neural network with ensembling
  • train a voting classifier of deep learning models
  • apply gradient boosting with neural network base estimators
  • run bagging on pytorch models
  • reduce variance of a deep learning classifier
  • compare ensemble methods on image classification

When to choose

  • you already use PyTorch and want ensemble methods with a familiar fit/predict API
  • you need multiple ensemble strategies (voting, bagging, fusion, gradient boosting) in one library
  • you want a maintained project from the official PyTorch ecosystem

When to avoid

  • you work outside PyTorch (e.g., TensorFlow or JAX)
  • you need ensembles of non-neural models like decision trees - use scikit-learn instead
  • you need distributed or highly scaled production ensembling beyond single-machine training

Facets

library · maturity active

machine-learning deep-learning machine-learning deep-learning python ensemble-learning pytorch bagging gradient-boosting voting-classifier neural-networks

1 source

Member repositories

RepositoryRoleHealth v2
TorchEnsemble-Community/Ensemble-Pytorchmain23

For agents

markdown · JSON · MCP: product_card(name="TorchEnsemble-Community/Ensemble-Pytorch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem