scikit-learn-contrib/category_encoders

Metadata for encoders

オープン

#166 opened on 2019/01/05

 (10 件のコメント) (2 件のリアクション) (0 人の担当者)Python (397 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (2,322 個のスター)
PR merge metrics
 (平均マージ 4d 10h) (30d で 2 merged PRs)

説明

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.

コントリビューターガイド