Prever compras de visitantes com o BigQuery ML avaliações

117686 avaliações

John M. · Revisado há almost 2 years

GHI L. · Revisado há almost 2 years

zhe w. · Revisado há almost 2 years

Hanbyul C. · Revisado há almost 2 years

Mateus F. · Revisado há almost 2 years

潮 髙. · Revisado há almost 2 years

Jamie L. · Revisado há almost 2 years

Jose Andres E. · Revisado há almost 2 years

Didier C. · Revisado há almost 2 years

Very cool, never used BQ before and this is so cool

John M. · Revisado há almost 2 years

Martha C. · Revisado há almost 2 years

Ashenafi K. · Revisado há almost 2 years

Egor I. · Revisado há almost 2 years

Christian d. · Revisado há almost 2 years

Becky P. · Revisado há almost 2 years

Matias J. · Revisado há almost 2 years

Leonardo F. · Revisado há almost 2 years

Kauã B. · Revisado há almost 2 years

Bhanuprakash Y. · Revisado há almost 2 years

When I'm execute this query #standardSQL CREATE OR REPLACE MODEL `ecommerce.classification_model` OPTIONS ( model_type='logistic_reg', labels = ['will_buy_on_return_visit'] ) AS #standardSQL SELECT * EXCEPT(fullVisitorId) FROM # features (SELECT fullVisitorId, IFNULL(totals.bounces, 0) AS bounces, IFNULL(totals.timeOnSite, 0) AS time_on_site FROM `data-to-insights.ecommerce.web_analytics` WHERE totals.newVisits = 1 AND date BETWEEN '20160801' AND '20170430') # train on first 9 months JOIN (SELECT fullvisitorid, IF(COUNTIF(totals.transactions > 0 AND totals.newVisits IS NULL) > 0, 1, 0) AS will_buy_on_return_visit FROM `data-to-insights.ecommerce.web_analytics` GROUP BY fullvisitorid) USING (fullVisitorId) ; I've faced an error the database is not located at US. I don't know what I need to do.

VIJAY M. · Revisado há almost 2 years

Bhanuprakash V. · Revisado há almost 2 years

Amir G. · Revisado há almost 2 years

Jeevan K. · Revisado há almost 2 years

Colin M. · Revisado há almost 2 years

Mijbel A. · Revisado há almost 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.