from tpot import TPOTClassifier from sklearn.datasets import load_digits from ... random_state=42) tpot = TPOTClassifier(generations=5, ...
確定! 回上一頁