TorchEnsemble-Community / Ensemble-Pytorch

A unified ensemble framework for PyTorch to improve the performance and robustness of your deep learning model.

Home Page:https://ensemble-pytorch.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

number of estimators?

maxwell1386 opened this issue · comments

Hi
Thanks for your good library.
Can you tell me how multiple estimators made from one model in this library from one data? is there any function for specially for this purpose?

Hi @maxwell1386, are you referring to the internal algorithm on how multiple estimators are combined in this library ?

yes of course.
can you please say how multiple estimators builds from a dataset?

You could refer to this wiki for a detailed introduction.