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.