Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sklearn の Imputer はさまざまな種類のデータを処理できますか?
たとえば、文字列と数値は両方とも として表されます?。Imputer を適用すると、1 つの戦略でのみ機能します。
?
私の知る限り、Imputerは数値データ型でのみ動作しnan、string ではなく である値を代入します?。
nan
文字列値を代入できるようにするには、この回答を参照してください。