viisar / brew

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

Rectified the error with MCB in dynamic selection #36

Open va26 opened 6 years ago

va26 commented 6 years ago

In line 95 the earlier code was checking the if condition between score[best_i] and score[best_j] and it was giving an error as best_j was not defined. Since line 94 was using best_j_score so I changed the variable name from best_j to best_j_score.