Create ML Models with BigQuery ML: Challenge Lab avis
41321 avis
Taylor P. · Examiné il y a environ 2 ans
Viacheslav K. · Examiné il y a environ 2 ans
insufficent feedback
Alysia W. · Examiné il y a environ 2 ans
Ivanna C. · Examiné il y a environ 2 ans
Данило Ч. · Examiné il y a environ 2 ans
Ruslan K. · Examiné il y a environ 2 ans
Serhii D. · Examiné il y a environ 2 ans
Саша С. · Examiné il y a environ 2 ans
У мене з’явилось враження що з лабою щось не так. 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'
Олександр М. · Examiné il y a environ 2 ans
Svetlomir B. · Examiné il y a environ 2 ans
Саша С. · Examiné il y a environ 2 ans
Sirawitch L. · Examiné il y a environ 2 ans
Serhii M. · Examiné il y a environ 2 ans
Not Satisfied
Avinash Y. · Examiné il y a environ 2 ans
Matthias G. · Examiné il y a environ 2 ans
Andrii V. · Examiné il y a environ 2 ans
Саша С. · Examiné il y a environ 2 ans
Dmytro O. · Examiné il y a environ 2 ans
Olexandr G. · Examiné il y a environ 2 ans
Not WOrking NOw Working
Sudeep S. · Examiné il y a environ 2 ans
Olga D. · Examiné il y a environ 2 ans
Pratik N. · Examiné il y a environ 2 ans
не завжди зрозуміло чому не приймається відповідь коли все все вірно.
Dmytro H. · Examiné il y a environ 2 ans
Jordi V. · Examiné il y a environ 2 ans
Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.