ML-Modelle mit BigQuery ML erstellen: Challenge-Lab Rezensionen
41321 Rezensionen
Taylor P. · Vor etwa 2 Jahre überprüft
Viacheslav K. · Vor etwa 2 Jahre überprüft
insufficent feedback
Alysia W. · Vor etwa 2 Jahre überprüft
Ivanna C. · Vor etwa 2 Jahre überprüft
Данило Ч. · Vor etwa 2 Jahre überprüft
Ruslan K. · Vor etwa 2 Jahre überprüft
Serhii D. · Vor etwa 2 Jahre überprüft
Саша С. · Vor etwa 2 Jahre überprüft
У мене з’явилось враження що з лабою щось не так. 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'
Олександр М. · Vor etwa 2 Jahre überprüft
Svetlomir B. · Vor etwa 2 Jahre überprüft
Саша С. · Vor etwa 2 Jahre überprüft
Sirawitch L. · Vor etwa 2 Jahre überprüft
Serhii M. · Vor etwa 2 Jahre überprüft
Not Satisfied
Avinash Y. · Vor etwa 2 Jahre überprüft
Matthias G. · Vor etwa 2 Jahre überprüft
Andrii V. · Vor etwa 2 Jahre überprüft
Саша С. · Vor etwa 2 Jahre überprüft
Dmytro O. · Vor etwa 2 Jahre überprüft
Olexandr G. · Vor etwa 2 Jahre überprüft
Not WOrking NOw Working
Sudeep S. · Vor etwa 2 Jahre überprüft
Olga D. · Vor etwa 2 Jahre überprüft
Pratik N. · Vor etwa 2 Jahre überprüft
не завжди зрозуміло чому не приймається відповідь коли все все вірно.
Dmytro H. · Vor etwa 2 Jahre überprüft
Jordi V. · Vor etwa 2 Jahre überprüft
Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.