回答編集履歴

1

追記

2021/11/08 10:25

投稿

bsdfan
bsdfan

スコア4794

test CHANGED
@@ -2,8 +2,12 @@
2
2
 
3
3
 
4
4
 
5
- [https://dev.classmethod.jp/articles/how_to_use_columntransformer_sklearn/](https://dev.classmethod.jp/articles/how_to_use_columntransformer_sklearn/)とかが参考になるかと思います。
5
+ [https://dev.classmethod.jp/articles/how_to_use_columntransformer_sklearn/](https://dev.classmethod.jp/articles/how_to_use_columntransformer_sklearn/)とか
6
+
7
+ [https://www.haya-programming.com/entry/2019/06/29/194801](https://www.haya-programming.com/entry/2019/06/29/194801) が参考になるかと思います。
6
8
 
7
9
 
8
10
 
9
11
  もっと複雑なことをしたい場合は、自分でTransformerのクラスを作ってpipelineに組み込むことになると思います。
12
+
13
+ [https://nigimitama.hatenablog.jp/entry/2020/11/09/080000](https://nigimitama.hatenablog.jp/entry/2020/11/09/080000) あたりを参考に、データフレームを変換している処理をクラス化すればいいです。