리뷰 BigQuery ML로 ML 모델 만들기: 챌린지 실습개
리뷰 41321개
Taylor P. · 대략 2년 전에 리뷰됨
Viacheslav K. · 대략 2년 전에 리뷰됨
insufficent feedback
Alysia W. · 대략 2년 전에 리뷰됨
Ivanna C. · 대략 2년 전에 리뷰됨
Данило Ч. · 대략 2년 전에 리뷰됨
Ruslan K. · 대략 2년 전에 리뷰됨
Serhii D. · 대략 2년 전에 리뷰됨
Саша С. · 대략 2년 전에 리뷰됨
У мене з’явилось враження що з лабою щось не так. 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'
Олександр М. · 대략 2년 전에 리뷰됨
Svetlomir B. · 대략 2년 전에 리뷰됨
Саша С. · 대략 2년 전에 리뷰됨
Sirawitch L. · 대략 2년 전에 리뷰됨
Serhii M. · 대략 2년 전에 리뷰됨
Not Satisfied
Avinash Y. · 대략 2년 전에 리뷰됨
Matthias G. · 대략 2년 전에 리뷰됨
Andrii V. · 대략 2년 전에 리뷰됨
Саша С. · 대략 2년 전에 리뷰됨
Dmytro O. · 대략 2년 전에 리뷰됨
Olexandr G. · 대략 2년 전에 리뷰됨
Not WOrking NOw Working
Sudeep S. · 대략 2년 전에 리뷰됨
Olga D. · 대략 2년 전에 리뷰됨
Pratik N. · 대략 2년 전에 리뷰됨
не завжди зрозуміло чому не приймається відповідь коли все все вірно.
Dmytro H. · 대략 2년 전에 리뷰됨
Jordi V. · 대략 2년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.