Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adversarial Validation Approach to Concept Drift Problem in Automated Machine Learning Systems #10

Open
raxman0721 opened this issue May 12, 2020 · 0 comments
Labels
table data tagle data

Comments

@raxman0721
Copy link
Owner

raxman0721 commented May 12, 2020

論文

Adversarial Validation Approach to Concept
Drift Problem in Automated Machine Learning
Systems

著者/所属機関

Jing Pan, Vincent Pham, Mohan Dorairaj, Huigang Chen, and Jeong-Yoon LeeUber Technologies, San Francisco, CA, USA{jing.pan, vincent.pham, mohan, huigang, jeong}@uber.com

投稿日付(yyyy/MM/dd)

2020/04/07

1. どんなもの?

train/testで分布が違う際に行うAdversarial Validation Approachにおける3種類の手法を比較した。
image

  1. adversarial feature selection
  2. adversarial validation selection
  3. adversarial inverse propensity weighting
    を比較した場合にシンプルに1がロバストでtestデータに対する精度がよかったとのこと。

2. 先行研究と比べてどこがすごい?

実務に役立ってとても良い

3. 技術や手法のキモはどこ?

image

4. どうやって有効だと検証した?

複数のデータセットを比較した。
image

5. 議論はある?

余計な特徴量を省いてモデルの性能を向上させることよりも、その特徴量が何で分布が違うか等調べることが重要。
また、validationモデルのパラメータ等はどうするのが適切か?

6. 次に読むべき論文は?

7. 実装コード

@raxman0721 raxman0721 added the table data tagle data label May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
table data tagle data
Projects
None yet
Development

No branches or pull requests

1 participant