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