BQML で分類モデルを使用して訪問者の購入を予測する v1.5 のレビュー

9671 件のレビュー

Pueyrredon Martina · 2年弱前にレビュー済み

Kondepudi Kesava Sai Krishna · 2年弱前にレビュー済み

Leong Steven · 2年弱前にレビュー済み

Rahman Najib Nur · 2年弱前にレビュー済み

Juan Kai Tan · 2年弱前にレビュー済み

afiq Mohamed · 2年弱前にレビュー済み

S Z · 2年弱前にレビュー済み

Task 8 No.2 the given SQL is cutoff lol. Here's a complete one in case anyone needs #standardSQL 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_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 ) # add in new features SELECT * EXCEPT(unique_session_id) FROM ( SELECT CONCAT(fullvisitorid, CAST(visitId AS STRING)) AS unique_session_id, # labels will_buy_on_return_visit, MAX(CAST(h.eCommerceAction.action_type AS INT64)) AS latest_ecommerce_progress, # behavior on the site IFNULL(totals.bounces, 0) AS bounces, IFNULL(totals.timeOnSite, 0) AS time_on_site, IFNULL(totals.pageviews, 0) AS pageviews, # where the visitor came from trafficSource.source, trafficSource.medium, channelGrouping, # mobile or desktop device.deviceCategory, # geographic IFNULL(geoNetwork.country, "") AS country FROM `data-to-insights.ecommerce.web_analytics`, UNNEST(hits) AS h JOIN all_visitor_stats USING(fullvisitorid) WHERE 1=1 # only predict for new visits AND totals.newVisits = 1 AND date BETWEEN '20170501' AND '20170630' # eval 2 months GROUP BY unique_session_id, will_buy_on_return_visit, bounces, time_on_site, totals.pageviews, trafficSource.source, trafficSource.medium, channelGrouping, device.deviceCategory, country ) ));

Lo Preston · 2年弱前にレビュー済み

Brown Daniel · 2年弱前にレビュー済み

Lim Dao En · 2年弱前にレビュー済み

wong charlie · 2年弱前にレビュー済み

Le JiA · 2年弱前にレビュー済み

Wan Ismail Wan Muhammad Syafiq · 2年弱前にレビュー済み

Ting Sharon · 2年弱前にレビュー済み

Tan Sian Khon · 2年弱前にレビュー済み

Tan mei · 2年弱前にレビュー済み

Ahsan Adib · 2年弱前にレビュー済み

Lim Xin Yan · 2年弱前にレビュー済み

Nair Haarish · 2年弱前にレビュー済み

CLARA MELO ANNA · 2年弱前にレビュー済み

Did a similar lab

Variya Dhaval · 2年弱前にレビュー済み

TEE KAI YAU · 2年弱前にレビュー済み

Easy to Follow!

CHEE ZHEN SIA · 2年弱前にレビュー済み

YE ZHI WEE · 2年弱前にレビュー済み

YI XUAN YEW · 2年弱前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。