scikit-learn-contrib/category_encoders

Metadata for encoders

開放

#166 建立於 2019年1月5日

 (10 則留言) (2 個反應) (0 位負責人)Python (397 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (2,322 顆星)
PR 合併指標
 (平均合併 4天 10小時) (30 天內合併 2 個 PR)

描述

It should be possible to programmatically differentiate between encoders that:

  1. Do not require any target during fitting (like OneHotEncoder).
  2. Require some target during fitting (like TargetEncoder).
  3. Require binary target during fitting (like WOE).

This information would be useful for:

  1. Parameterized tests.
  2. Users that wonder, which encoder they may use.

Proposed implementation: Like in scikit-learn.

貢獻者指南