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

리뷰 44330개

Pablo Ignacio D. · 25일 전에 리뷰됨

Adam N. · 25일 전에 리뷰됨

Fabio T. · 25일 전에 리뷰됨

Renato Z. · 25일 전에 리뷰됨

Renato Z. · 25일 전에 리뷰됨

Hrishikesh S. · 25일 전에 리뷰됨

Fabio T. · 25일 전에 리뷰됨

Mohsin B. · 25일 전에 리뷰됨

Ankita S. · 25일 전에 리뷰됨

Jyotsana P. · 25일 전에 리뷰됨

Freddy F. · 25일 전에 리뷰됨

Anushka D. · 25일 전에 리뷰됨

Dhiraj S. · 25일 전에 리뷰됨

KEERTHI SARAYU J. · 25일 전에 리뷰됨

Sujit E. · 25일 전에 리뷰됨

Manish K. · 25일 전에 리뷰됨

Stanislav O. · 25일 전에 리뷰됨

Manish K. · 25일 전에 리뷰됨

ML.EVALUATE(MODEL `ecommerce.customer_classification_model` I have completed this activity but it is not recognizing

mustafa m. · 25일 전에 리뷰됨

ML.EVALUATE(MODEL `ecommerce.customer_classification_model` I have completed this activity but it is not recognizing

mustafa m. · 25일 전에 리뷰됨

ML.EVALUATE(MODEL `ecommerce.customer_classification_model` I have completed this activity but it is not recognizing

mustafa m. · 25일 전에 리뷰됨

Isshita G. · 25일 전에 리뷰됨

Because of indentation can't validate some task, fortunately I made it but should be correct

Thanesh R. · 25일 전에 리뷰됨

Anthony H. · 25일 전에 리뷰됨

Task 2 is bugged. This was my query but it didn't pass, it expects to evaluate 2 models while we have only 1 model. SELECT * FROM ML.EVALUATE( MODEL `qwiklabs-gcp-03-4b3a498f05c5.ecommerce.customer_classification_model`, ( SELECT * EXCEPT(fullVisitorId) FROM ( 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 '20170501' AND '20170630' ) 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) ) );

Mohamad R. · 25일 전에 리뷰됨

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