wzhe06/SparrowRecSys

建议上传一份数据,方便小白(我)玩一下

Closed this issue · 2 comments

# Training samples path, change to your local path
training_samples_file_path = tf.keras.utils.get_file("trainingSamples.csv",
                                                     "file:///Users/zhewang/Workspace/SparrowRecSys/src/main"
                                                     "/resources/webroot/sampledata/trainingSamples.csv")
# Test samples path, change to your local path
test_samples_file_path = tf.keras.utils.get_file("testSamples.csv",
                                                 "file:///Users/zhewang/Workspace/SparrowRecSys/src/main"
                                                 "/resources/webroot/sampledata/testSamples.csv")
liuia commented

数据就在SparrowRecSys这个文件夹下,只是python文件需要改一下路径

这是我本地的绝对路径,按照这个地址找到项目中的相对路径就可以了,数据都已经在项目中。