BigQueryML:随机森林分类
你好 stackoverflow 社区!
我最近发现 Bigquery ML 不支持随机森林分类模型。为了克服这个问题,我认为我可以使用 sklearn 包构建一个模型,然后在 bigqueryml 上使用相同的超参数。在这种情况下,在 bigquery 中使用提升树模型是最佳选择吗?
Hello stackoverflow community!
I recently found out that Bigquery ML does not support random forest classification models. To overcome that, I figured that I might be able to build a model with sklearn package and then use the same hyperparameters on bigqueryml. Is using the boosted tree model in bigquery the best option in this case?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 BQML 的提升树模型类型训练随机森林模型,并使用以下参数
You can train a random forest model using BQML's boosted tree model type, with the following parameters
BQ ML 中添加了随机森林模型。
文档 - https:// cloud.google.com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-create-random-forest
Random forest model was added to BQ ML.
Doc - https://cloud.google.com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-create-random-forest