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
训练数据集为breast_hetero_host.csv和breast_hetero_guest.csv,按照官方示例上传,namespace为experiment,table_name分别为breast_hetero_host和breast_hetero_guest。如何具体的使用host方数据做预测?
public class CustomAdapter extends AbstractSingleFeatureDataAdaptor { @Override public void init() { // init() 方法中可以直接使用environment对象 // environment.getProperty("port"); } @Override public ReturnResult getData(Context context, Map<String, Object> featureIds) { // context内容包含什么参数?featurIds该如何使用,如何获取host方的数据集? } } Context为上下文信息,用于传递请求所需参数,featureIds用于传递数据提供方传递过来的特征ID(eg:手机号、设备号)
The text was updated successfully, but these errors were encountered:
感觉不怎么活跃了,帮助文档也不是特别清楚
Sorry, something went wrong.
same question
No branches or pull requests
训练数据集为breast_hetero_host.csv和breast_hetero_guest.csv,按照官方示例上传,namespace为experiment,table_name分别为breast_hetero_host和breast_hetero_guest。如何具体的使用host方数据做预测?
The text was updated successfully, but these errors were encountered: