microsoft / industry

This repository provides holistic architecture design and reference implementation for industry cloud based on proven success of large scale deployments and at-scale adoption with customers and partners.
MIT License
255 stars 72 forks source link

Retail Churn Model failed #422

Open Anuprita9 opened 1 year ago

Anuprita9 commented 1 year ago

Steps to reproduce

While trying to train the Retail Churn Model with csv files given in the MS learn path, the model is failing. I am receiving error - "0.013355016615993809% of values in the column 'contactid' of your 'Customer' table are missing. Try filling in the missing values so there are at least '0.75%' completed in the column.". Receiving the similar error for all the columns in the contact id table

Error Message

0.013355016615993809% of values in the column 'contactid' of your 'Customer' table are missing. Try filling in the missing values so there are at least '0.75%' completed in the column."

Screenshots

image

Code of Conduct