tpot ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to

機器學習訓練的時候報出這個問題機器學習

是由於dataframe中的數據類型有一個是‘object’,把它轉成int,或float 就行,以下學習

df['A'] = df['A‘].astype(int).net

 

參考連接:blog

https://blog.csdn.net/wqtltm/article/details/82228649qt

相關文章
相關標籤/搜索