jch 1 viikko sitten
vanhempi
commit
6c47780e02
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      rec_scripts/README.md

+ 1 - 1
rec_scripts/README.md

@@ -1,6 +1,6 @@
 # 1. 总体
 - str+模型(rov)和ros-模型(nor),使用相同的底层数据,都是通过make_data.sh获得的;其中str+模型每天更新,ros-模型手动更新(目前没有更新)。
-- 使用时,需将脚本中的jar文件路径&alphaFM路径,替换成自己的路径
+- 使用时,需将脚本中的jar文件路径&fm_train&fm_predict路径,替换成自己的路径
 - [数据生成code](https://git.yishihui.com/algorithm/recommend-emr-dataprocess/src/feature/jch_makedata)
 - [str+模型训练code: alphaFM](https://github.com/CastellanZhang/alphaFM)
 - [ros-模型训练code: spark_xgboost](https://git.yishihui.com/algorithm/recommend-model/src/feature/jch)