緊接著,我們透過OneHotEncoder把數值型的類別資料轉換成二元資料。 df_ohe=enc.fit_transform(df).toarray() pd.DataFrame(df_ohe). 另外 ...
確定! 回上一頁