在Python中, 以下语句正确的是 。
Afrom pandas import xgboost
Bfrom numpy import svm
Cfrom sklearn import svm
Dimport xgboost as xgb
Afrom pandas import xgboost
Bfrom numpy import svm
Cfrom sklearn import svm
Dimport xgboost as xgb