Booster.get_score() not matching XGBClassifier.feature_importances_

estimator.get_booster().get_score(importance_type=‘weight’)
vs
estimator.feature_importances_

I’m ordering the features using the scores of each output and they don’t match. Should they?