from sklearn.datasets import load_iris import sklearn.metrics from tpot import TPOTClassifier data = load_iris() x = data['data'] y ...
確定! 回上一頁