Xgboost的基本使用
import xgboost as xgb
from sklearn.model_selection import train_test_split
import pandas as pd
data = pd.read_excel(io='final_sample.xlsx')
import xgboost as xgb
from sklearn.model_selection import train_test_split
import pandas as pd
data = pd.read_excel(io='final_sample.xlsx')