shreyaspuducheri23
shreyaspuducheri23
Hi @trivialfis the issue arrises when using the vector leaf option: ``` X, y = make_multilabel_classification(n_classes=2, n_labels=2, allow_unlabeled=False, random_state=1) clf = xgb.XGBClassifier(multi_strategy='multi_output_tree') clf.fit(X, y) clf.feature_importances_ clf.get_booster().get_score(importance_type='weight') ```
I see, thank you! Do you have an estimated time frame- i.e. weeks, months, etc.? Just wondering whether it would be in my best interest to wait for the feature...