Criar modelos de ML com o BigQuery ML: laboratório com desafio avaliações
41321 avaliações
Taylor P. · Revisado há about 2 years
Viacheslav K. · Revisado há about 2 years
insufficent feedback
Alysia W. · Revisado há about 2 years
Ivanna C. · Revisado há about 2 years
Данило Ч. · Revisado há about 2 years
Ruslan K. · Revisado há about 2 years
Serhii D. · Revisado há about 2 years
Саша С. · Revisado há about 2 years
У мене з’явилось враження що з лабою щось не так. 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'
Олександр М. · Revisado há about 2 years
Svetlomir B. · Revisado há about 2 years
Саша С. · Revisado há about 2 years
Sirawitch L. · Revisado há about 2 years
Serhii M. · Revisado há about 2 years
Not Satisfied
Avinash Y. · Revisado há about 2 years
Matthias G. · Revisado há about 2 years
Andrii V. · Revisado há about 2 years
Саша С. · Revisado há about 2 years
Dmytro O. · Revisado há about 2 years
Olexandr G. · Revisado há about 2 years
Not WOrking NOw Working
Sudeep S. · Revisado há about 2 years
Olga D. · Revisado há about 2 years
Pratik N. · Revisado há about 2 years
не завжди зрозуміло чому не приймається відповідь коли все все вірно.
Dmytro H. · Revisado há about 2 years
Jordi V. · Revisado há about 2 years
Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.