Créer des modèles de ML avec BigQuery ML : atelier challenge avis

44300 avis

Task 3 is completed but its not showing completed: code: #standardSQL CREATE OR REPLACE MODEL `ecommerce.improved_customer_classification_model` OPTIONS ( model_type='logistic_reg', labels=['will_buy_on_return_visit'] ) AS WITH all_visitor_stats AS ( 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 ) SELECT * EXCEPT(unique_session_id) FROM ( SELECT CONCAT(fullvisitorid, CAST(visitId AS STRING)) AS unique_session_id, will_buy_on_return_visit, MAX(CAST(h.eCommerceAction.action_type AS INT64)) AS latest_ecommerce_progress, IFNULL(totals.bounces, 0) AS bounces, IFNULL(totals.timeOnSite, 0) AS time_on_site, IFNULL(totals.pageviews, 0) AS pageviews, trafficSource.source, trafficSource.medium, channelGrouping, device.deviceCategory, IFNULL(geoNetwork.country, "") AS country FROM `data-to-insights.ecommerce.web_analytics`, UNNEST(hits) AS h JOIN all_visitor_stats USING (fullvisitorid) WHERE totals.newVisits = 1 AND date BETWEEN '20160801' AND '20170430' GROUP BY unique_session_id, will_buy_on_return_visit, bounces, time_on_site, pageviews, trafficSource.source, trafficSource.medium, channelGrouping, device.deviceCategory, country ); #standardSQL SELECT roc_auc FROM ML.EVALUATE( MODEL `ecommerce.improved_customer_classification_model` );

Chetan B. · Examiné il y a environ 2 mois

Andrés W. · Examiné il y a environ 2 mois

THERE is an error in task 2 and 3

Luis Alexander C. · Examiné il y a environ 2 mois

Luis Alexander C. · Examiné il y a environ 2 mois

Georgios K. · Examiné il y a environ 2 mois

bug bug bug task 2

Justin K. · Examiné il y a environ 2 mois

Dinesh P. · Examiné il y a environ 2 mois

the completion is reflected in the check progress

Srividhya R. · Examiné il y a environ 2 mois

the completion is reflected in the check progress

Srividhya R. · Examiné il y a environ 2 mois

Neek S. · Examiné il y a environ 2 mois

Deepesh T. · Examiné il y a environ 2 mois

Varra Anantha Ramesh Reddy .. · Examiné il y a environ 2 mois

Ana-Maria D. · Examiné il y a environ 2 mois

Sheik M. · Examiné il y a environ 2 mois

the completion is reflected in the check progress

Srividhya R. · Examiné il y a environ 2 mois

尤 偲. · Examiné il y a environ 2 mois

Shrilekha P. · Examiné il y a environ 2 mois

Chetan B. · Examiné il y a environ 2 mois

Lucas F. · Examiné il y a environ 2 mois

Ishitha B. · Examiné il y a environ 2 mois

Srividhya R. · Examiné il y a environ 2 mois

Sushant Baviskar .. · Examiné il y a environ 2 mois

Joan R. · Examiné il y a environ 2 mois

Saksham S. · Examiné il y a environ 2 mois

error

Srushti N. · Examiné il y a environ 2 mois

Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.