Create ML Models with BigQuery ML: Challenge Lab Reviews
41321 reviews
Taylor P. · Reviewed около 2 лет ago
Viacheslav K. · Reviewed около 2 лет ago
insufficent feedback
Alysia W. · Reviewed около 2 лет ago
Ivanna C. · Reviewed около 2 лет ago
Данило Ч. · Reviewed около 2 лет ago
Ruslan K. · Reviewed около 2 лет ago
Serhii D. · Reviewed около 2 лет ago
Саша С. · Reviewed около 2 лет ago
У мене з’явилось враження що з лабою щось не так. 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'
Олександр М. · Reviewed около 2 лет ago
Svetlomir B. · Reviewed около 2 лет ago
Саша С. · Reviewed около 2 лет ago
Sirawitch L. · Reviewed около 2 лет ago
Serhii M. · Reviewed около 2 лет ago
Not Satisfied
Avinash Y. · Reviewed около 2 лет ago
Matthias G. · Reviewed около 2 лет ago
Andrii V. · Reviewed около 2 лет ago
Саша С. · Reviewed около 2 лет ago
Dmytro O. · Reviewed около 2 лет ago
Olexandr G. · Reviewed около 2 лет ago
Not WOrking NOw Working
Sudeep S. · Reviewed около 2 лет ago
Olga D. · Reviewed около 2 лет ago
Pratik N. · Reviewed около 2 лет ago
не завжди зрозуміло чому не приймається відповідь коли все все вірно.
Dmytro H. · Reviewed около 2 лет ago
Jordi V. · Reviewed около 2 лет ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.