关于“在 BigQuery ML 中使用分类模型预测访问者购买情况”的评价

104558 条评价

shashwat k. · 已于 almost 2 years前审核

Ashif K. · 已于 almost 2 years前审核

Pʀᴀʙᴀʟ P. · 已于 almost 2 years前审核

Ricky R. · 已于 almost 2 years前审核

HARI MEGHANA K. · 已于 almost 2 years前审核

Two queries are incorrect unable to complete it, please verify and correct. 1st one: SELECT * FROM ml.PREDICT(MODEL `ecommerce.classification_model_2`, ( WITH all_visitor_stats AS ( SELECT fullvisitorid, IF(COUNTIF(totals.transactions > 0 AND totals.newVisits IS NULL) > 0, 1, 0) AS will_buy_on_return_visit FROM `data-to-insights.ecommerce.web_analytics` GROUP BY fullvisitorid ) SELECT CONCAT(fullvisitorid, '-',CAST(visitId AS STRING)) AS unique_session_id, 2nd: SELECT roc_auc, CASE WHEN roc_auc > .9 THEN 'good' WHEN roc_auc > .8 THEN 'fair' WHEN roc_auc > .7 THEN 'decent' WHEN roc_auc > .6 THEN 'not great' ELSE 'poor' END AS model_quality FROM ML.EVALUATE(MODEL ecommerce.classification_model, ( SELECT * EXCEPT(fullVisitorId) FROM # features (SELECT fullVisitorId, IFNULL(totals.bounces, 0) AS bounces, IFNULL(totals.timeOnSite, 0) AS time_on_site FROM `data-to-insights.ecommerce.web_analytics` WHERE totals.newVisits = 1 AND date BETWEEN '20170501' AND '20170630') # eval on 2 months JOIN (SELECT fullvisitorid, IF(COUNTIF(totals.transactions > 0 AND totals.newVisits IS NULL) > 0, 1, 0) AS will_buy_on_return_visit FROM `data-to-insights.ecommerce.web_a

Ravi Kumar D. · 已于 almost 2 years前审核

Shatarupa S. · 已于 almost 2 years前审核

Anwesa H. · 已于 almost 2 years前审核

Prashant G. · 已于 almost 2 years前审核

nice

Baldev R. · 已于 almost 2 years前审核

Done

Wey Jie G. · 已于 almost 2 years前审核

sanchari K. · 已于 almost 2 years前审核

Aashish T. · 已于 almost 2 years前审核

Renaldi A. · 已于 almost 2 years前审核

Digant M. · 已于 almost 2 years前审核

VELDANDA R. · 已于 almost 2 years前审核

Tamal A. · 已于 almost 2 years前审核

Rakesh A. · 已于 almost 2 years前审核

Perfeito !

Rogério S. · 已于 almost 2 years前审核

Cool lab.

Armin M. · 已于 almost 2 years前审核

Mulyana A. · 已于 almost 2 years前审核

Nur A. · 已于 almost 2 years前审核

Shaikh C. · 已于 almost 2 years前审核

Asdrubal R. · 已于 almost 2 years前审核

Amaan P. · 已于 almost 2 years前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。