Criar modelos de ML com o BigQuery ML: laboratório com desafio avaliações
41337 avaliações
Task 2 is not working. Kindly help me!!! Pls help with appropriate code -- Evaluate the performance of the customer_classification_model SELECT * FROM ML.EVALUATE(MODEL `ecommerce.customer_classification_model`, ( SELECT * EXCEPT(fullVisitorId) FROM # features for evaluation (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 > '20170430') -- evaluate on data after the training period 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) ));
AGARWAL K. · Revisado há about 2 years
Yadav S. · Revisado há about 2 years
Verification is not working
Laura Natalia L. · Revisado há about 2 years
Verification is not working
Laura Natalia L. · Revisado há about 2 years
Laura Natalia L. · Revisado há about 2 years
Tejesh P. · Revisado há about 2 years
Yadav S. · Revisado há about 2 years
Santoshi D. · Revisado há about 2 years
Madhumitha M. · Revisado há about 2 years
Sebastian P. · Revisado há about 2 years
ashish r. · Revisado há about 2 years
Anggra D. · Revisado há about 2 years
Lucila A. · Revisado há about 2 years
Apoorva H. · Revisado há about 2 years
Faizan Raza P. · Revisado há about 2 years
Ashif K. · Revisado há about 2 years
Aman S. · Revisado há about 2 years
MANANNALAGE KASUN ASIRI WEERASINGHE M. · Revisado há about 2 years
Mukund T. · Revisado há about 2 years
Akanksha L. · Revisado há about 2 years
nice
Pooja R. · Revisado há about 2 years
Varun J. · Revisado há about 2 years
Ankit G. · Revisado há about 2 years
Yash Aditya M. · Revisado há about 2 years
Amit T. · 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.