2020KDD-CUP阿里天池一篇baseline复现debiasingRush(一)
程序员文章站
2022-06-05 20:47:41
来源于github,自搜可得。For Video Recommendation in Deep learning QQ Group 277356808For Visual in deep learning QQ Group629530787I'm here waiting for youwanna have a date with someone in Beijing please join in the QQ Group7378137001-改变当前的工作目录......
来源于github,自搜可得。
For Video Recommendation in Deep learning QQ Group 277356808
For Visual in deep learning QQ Group 629530787
I'm here waiting for you
wanna have a date with someone in Beijing please join in the QQ Group 737813700
1-改变当前的工作目录workspace
>>> os.getcwd()
'D:\\python\\pycode\\youtube_recall'
>>> os.chdir("..")
>>> os.getcwd()
'D:\\python\\pycode'
很显然两个点表示后退一级,类似于命令行的
cd ..
2-关于数据的解读,其中没有user的feat,不知道为啥???
github挂了,500
本文地址:https://blog.csdn.net/SPESEG/article/details/107058695