TPOT使用起来很简单:首先载入数据,声明TPOTClassifier,fit,最后export代码。 from tpot import TPOTClassifier from sklearn.datasets import ...
確定! 回上一頁