BigQuery ML を使用した ML モデルの作成: チャレンジラボ のレビュー
45103 件のレビュー
Augusto Renan · 2年以上前にレビュー済み
Moraes Gabriel · 2年以上前にレビュー済み
Mokretsova Karolina · 2年以上前にレビュー済み
Siroka Anthony · 2年以上前にレビュー済み
Mokretsova Karolina · 2年以上前にレビュー済み
task3 said that year is incorrect but I put the right into WHERE statement
Shakh Andrew · 2年以上前にレビュー済み
fail
Gabriel Arcanjo · 2年以上前にレビュー済み
Gato Vinicius · 2年以上前にレビュー済み
Ramos Phillipe · 2年以上前にレビュー済み
Parrish Taylor · 2年以上前にレビュー済み
Koksharov Viacheslav · 2年以上前にレビュー済み
insufficent feedback
Wilson Alysia · 2年以上前にレビュー済み
Cantelberg Ivanna · 2年以上前にレビュー済み
Чернявський Данило · 2年以上前にレビュー済み
Koshovyi Ruslan · 2年以上前にレビュー済み
Diedov Serhii · 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年以上前にレビュー済み
Balevski Svetlomir · 2年以上前にレビュー済み
Саша Саша · 2年以上前にレビュー済み
Laichatkul Sirawitch · 2年以上前にレビュー済み
Mykhailov Serhii · 2年以上前にレビュー済み
Not Satisfied
Yalavarthi Avinash · 2年以上前にレビュー済み
Gralle Matthias · 2年以上前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。