a Japanese introduction and an R implementation of "Interpretable Predictions of Tree-based Ensembles via Actionable Feature Tweaking" (https://arxiv.org/abs/1706.06691). Codes are at my Github (https://github.com/katokohaku/feature_tweaking)
1 of 30
More Related Content
Intoroduction & R implementation of "Interpretable predictions of tree-based ensembles via actionable feature tweaking
1. 森を見て枝を矯める
1.Toromei, et al. @KDD 2017 を紹介します
? randomForestの予測結果に基づいて、個別の事例に対する改善案を推薦する
2.Rで実装して使ってみます
第67回R勉強会@東京(#TokyoR)
Introduction of “Interpretable Predictions of Tree-based Ensembles
via Actionable FEATURE TWEAKING”
10. 欠損値の補完
missForestによる欠損値補完 in “Imputation of Missing Values using Random Forest”
/kato_kohaku/imputation-of-missing-values-using-random-forest
@TokyoR#53
ちょっと変わった使い方...