... 分類器 tree=DecisionTreeClassifier(criterion='gini',max_depth=5) #度量使用gini 樹高5 tree_clf=tree.fit(x_train_nor,y_train). # 預測
確定! 回上一頁