Closed browshanravan closed 4 years ago
I just tried XGBoost with pipelinehelper
using the latest scikit-learn and it works perfectly fine. I used to get a strange KeyError: 'base_score'
but it turned out to be an issue from sklearn, which is resolved by the update. pipelinehelper
is a fantastic package! thanks you!
I was wondering if you have any future plans to provide
PipelineHelper
support for XGBoost classifier since it has a great scikit-learn API and seems to perform in my top 3.Many thanks in advance.