【问题标题】:How to train a linear SVM with H2O如何使用 H2O 训练线性 SVM
【发布时间】:2021-05-17 09:46:21
【问题描述】:

H2O 中的H2OSupportVectorMachineEstimator 似乎只支持“高斯”作为 kernel_type 参数的值。有没有办法用 H2O 训练线性 SVM?

【问题讨论】:

    标签: svm h2o


    【解决方案1】:

    正如您所提到的,根据文档 (https://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-science/svm.html),目前无法在 H2O 上训练线性 SVM。在线性模型中,我认为它只有 GLM (https://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-science/glm.html)。

    【讨论】:

      猜你喜欢
      • 2014-12-15
      • 2013-05-11
      • 1970-01-01
      • 2012-11-03
      • 1970-01-01
      • 2013-04-14
      • 2016-03-29
      • 2015-05-04
      • 2015-07-25
      相关资源
      最近更新 更多