Here is an example of using the library: >>> from tpot import TPOTClassifier >>> tc = TPOTClassifier(generations=2) >>> tc.fit(X_train, ...
確定! 回上一頁