리뷰 BigQuery ML로 ML 모델 만들기: 챌린지 실습개

리뷰 45103개

Renan A. · 2년 초과 전에 리뷰됨

Gabriel M. · 2년 초과 전에 리뷰됨

Karolina M. · 2년 초과 전에 리뷰됨

Anthony S. · 2년 초과 전에 리뷰됨

Karolina M. · 2년 초과 전에 리뷰됨

task3 said that year is incorrect but I put the right into WHERE statement

Andrew S. · 2년 초과 전에 리뷰됨

fail

Arcanjo G. · 2년 초과 전에 리뷰됨

Vinicius G. · 2년 초과 전에 리뷰됨

Phillipe R. · 2년 초과 전에 리뷰됨

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년 초과 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.