Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
1.4k
stars
124
forks
source link
Is library supporting scikit-learn API such as XGBoost or LightGBM compatible to HSTreeClassifier/Regressor? #171
Closed
HyukdongKim closed 1 year ago
First, thank you for creating such an awesome library.
I tried to apply HSTreeClassifier(&Regressor) to the XGBoost library and it does not change anything to prediction.
Of course, I saw in the support-for-different-tasks in readme.md that it says 'Wraps any sklearn tree-based model'.
Is that means only compatible to scikit-learn's model or other possibilities?
Test env followings:
From sklearns example, I just changed
to
And I noticed HSTreeClassifier works to DecisionTreeClassifier, RandomForestClassifier and AdaBoostClassifier. But not to XGBClassifier.
Base template
with HSTreeClassifier