关于“通过 BigQuery ML 创建机器学习模型:实验室挑战赛”的评价
45103 条评价
Renan A. · 已于 over 2 years前审核
Gabriel M. · 已于 over 2 years前审核
Karolina M. · 已于 over 2 years前审核
Anthony S. · 已于 over 2 years前审核
Karolina M. · 已于 over 2 years前审核
task3 said that year is incorrect but I put the right into WHERE statement
Andrew S. · 已于 over 2 years前审核
fail
Arcanjo G. · 已于 over 2 years前审核
Vinicius G. · 已于 over 2 years前审核
Phillipe R. · 已于 over 2 years前审核
Taylor P. · 已于 over 2 years前审核
Viacheslav K. · 已于 over 2 years前审核
insufficent feedback
Alysia W. · 已于 over 2 years前审核
Ivanna C. · 已于 over 2 years前审核
Данило Ч. · 已于 over 2 years前审核
Ruslan K. · 已于 over 2 years前审核
Serhii D. · 已于 over 2 years前审核
Саша С. · 已于 over 2 years前审核
У мене з’явилось враження що з лабою щось не так. CREATE OR REPLACE MODEL `bqml_dataset.predicts_visitor_model` OPTIONS (model_type='logistic_reg', labels = ['will_buy_on_return_visit']) AS SELECT fullvisitorid AS unique_session_id, # labels IFNULL(totals.transactions,0) as will_buy_on_return_visit, # mobile or desktop device.operatingSystem as operating_system, device.deviceCategory, # geographic IFNULL(geoNetwork.country, "") AS country, IFNULL(totals.pageviews, 0) AS pageviews FROM `bigquery-public-data.google_analytics_sample.ga_sessions_20170801` #Here you have to used the visitor's devices operating system, whether said device is a mobile device, the visitor's country and the number of page views as the criteria for whether a transaction has been made. Also you have to specify the model type as binary logistic regression #Create a model named 'predicts_visitor_model' in the precreated dataset 'bqml_dataset' that predicts whether a visitor will make a transaction. #Also, evaluate the model 'predicts_visitor_model'
Олександр М. · 已于 over 2 years前审核
Svetlomir B. · 已于 over 2 years前审核
Саша С. · 已于 over 2 years前审核
Sirawitch L. · 已于 over 2 years前审核
Serhii M. · 已于 over 2 years前审核
Not Satisfied
Avinash Y. · 已于 over 2 years前审核
Matthias G. · 已于 over 2 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。