TorchEnsemble-Community / Ensemble-Pytorch

A unified ensemble framework for PyTorch to improve the performance and robustness of your deep learning model.
https://ensemble-pytorch.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.05k stars 95 forks source link

number of estimators? #156

Open maxwell1386 opened 10 months ago

maxwell1386 commented 10 months ago

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?

xuyxu commented 10 months ago

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

maxwell1386 commented 9 months ago

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

xuyxu commented 9 months ago

You could refer to this wiki for a detailed introduction.