Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 642 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 642 Bytes

H20-3 Example R Code

Document
R API Reference


サンプル

Quick_Demo.R

  • デモ用Notebook - 教師あり学習の実施プロセスと機能紹介
    • H2O-3の起動
    • データのロード
    • データ分割
    • モデルのあてはめ(GBM)
    • 機械学習の解釈可能性(Glogal,Local)
    • スコアリング(予測値,SHAP)
    • モデルの保存とロード
    • ハイパーパラメータチューニング
    • AutoML
    • H2O-3の終了