Snowpark ML Modeling — Question 2
Using the snowpark_df from the previous question ( assume it’s been properly pre-processed), how would you randomly allocate 90% of that data to go to a training set, and 10% to go to a test set?
本练习是课程的一部分
Using the snowpark_df from the previous question ( assume it’s been properly pre-processed), how would you randomly allocate 90% of that data to go to a training set, and 10% to go to a test set?
本练习是课程的一部分