We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这个路径下有一堆特征处理脚本,特别乱,看的头都大了,请问这些脚本的具体执行顺序是怎么样的?get_join_sample.sh得到的是特征频次没过滤的libsvm格式,要得到最终的特征频次过滤后的libsvm格式,这些脚本应该按什么顺序执行?
The text was updated successfully, but these errors were encountered:
请问get_feat_cnts.py这个脚本的数据输入源是哪个文件?
Sorry, something went wrong.
同样求问,做完第一步get_join_sample 就做不下去了
@Outstandingwinner 你有解了吗 ,这个天池数据集 很难用啊
#step1 log to libsvm sample sh get_join_sample.sh
#step2 stat sample & feature(可以跳过) sh get_stat_feat.sh
#step3 remap feat_id(去掉低频特征,可以跳过) sh get_remap_fid.sh
#step4 libsvm to tfrecords python get_tfrecord.py --threads=10 --input_dir=./ --output_dir=./
No branches or pull requests
这个路径下有一堆特征处理脚本,特别乱,看的头都大了,请问这些脚本的具体执行顺序是怎么样的?get_join_sample.sh得到的是特征频次没过滤的libsvm格式,要得到最终的特征频次过滤后的libsvm格式,这些脚本应该按什么顺序执行?
The text was updated successfully, but these errors were encountered: