Now, we can build the classifier: TpotCL = TPOTClassifier(generations=5, population_size=50, verbosity=2) 5. Then, we can train the model: TpotCL.fit(XTrain ...
確定! 回上一頁