6 #ifndef TURI_RECSYS_TRAIN_TEST_SPLIT_H_ 7 #define TURI_RECSYS_TRAIN_TEST_SPLIT_H_ 11 #include <core/storage/sframe_data/sframe.hpp> 13 namespace turi {
namespace recsys {
15 std::pair<sframe, sframe> make_recsys_train_test_split(
17 const std::string& user_column_name,
18 const std::string& item_column_name,
19 size_t max_num_users,
double item_test_proportion,