Metadata-Version: 2.1
Name: torchensemble
Version: 0.1.2
Summary: Implementations of scikit-learn like ensemble methods in Pytorch
Home-page: https://github.com/xuyxu/Ensemble-Pytorch
Maintainer: Yi-Xuan Xu
Maintainer-email: xuyx@lamda.nju.edu.cn
License: BSD 3-Clause
Project-URL: Bug Tracker, https://github.com/xuyxu/Ensemble-Pytorch/issues
Project-URL: Documentation, https://ensemble-pytorch.readthedocs.io
Project-URL: Source Code, https://github.com/xuyxu/Ensemble-Pytorch
Requires-Dist: torch (>=1.4.0)
Requires-Dist: torchvision (>=0.2.2)
Requires-Dist: scikit-learn (>=0.23.0)

Implementation of ensemble methods in PyTorch to improve the performance and robustness of your deep learning model. Please refer to our `documentation <https://ensemble-pytorch.readthedocs.io/>`__ for details.


