viisar / brew

⛔️ DEPRECATED brew: Python Ensemble Learning API
MIT License
301 stars 70 forks source link

Randomness in results while using Bagging class #32

Open avinashsai opened 6 years ago

avinashsai commented 6 years ago

I am using Logistic regression as the base classifier while using bagging. When I try to find the accuracy of the Bagged Logistic regression, every time it shows some deviations probably +1% or -1% . Does Bagging estimator contain any "Seed" variable so that the results won't be random?