sklearn:使用AdaBoost進行決策樹迴歸

import numpy as np import matplotlib.pyplot as plt from sklearn.tree import DecisionTreeRegressor from sklearn.ensemble import AdaBoostRegressor # Create the dataset rng = np.random.RandomState(1) X
相關文章
相關標籤/搜索