Skip to content
New issue

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

TrainingDataFinder needs to create label model #635

Closed
vikasgupta78 opened this issue Aug 8, 2023 · 0 comments
Closed

TrainingDataFinder needs to create label model #635

vikasgupta78 opened this issue Aug 8, 2023 · 0 comments

Comments

@vikasgupta78
Copy link
Collaborator

Model<S,T,D,R,C> model = getModelUtil().createModel(posPairs, negPairs, false, args);

should be

Model<S,T,D,R,C> model = getModelUtil().createModel(posPairs, negPairs, true, args);

vikasgupta78 added a commit to zinggAI/zingg-vikas that referenced this issue Aug 8, 2023
sonalgoyal added a commit that referenced this issue Aug 8, 2023
ftd phase should create different model class #635
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant