Customer Churn Project

Hello,

I have a table consist of customer call records. The table is labeled (churn = 0 & churn = 1). The percentage of churners in the table is 10%. I need to partition this table into two tables (training & testing). How can i make sure that the churners is 10% of each new tables generated ?

Thanks, Ali

Hi @e6la3banoh and welcome to the forum.

This sounds like a job for the stratified sampling option in the Partitioning node.

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.