Skip to content

create CandidatesGenerator #95

Open
monkey0head opened this issue Feb 8, 2022 · 1 comment
Open

create CandidatesGenerator #95

monkey0head opened this issue Feb 8, 2022 · 1 comment

Comments

@monkey0head
Copy link
Contributor

create a class to RePlay models for candidates generation, which:

  • preprocess log and features
  • train models
  • generate candidates from each model/selected models
  • get fallback prediction and ensemble candidates dataset
  • add relevance/rank from each model
  • add features from selected models
  • add "generated_by" column for each model?
@monkey0head
Copy link
Contributor Author

fix indexing:
_fit and _predict with external ids filtering (inside scenario) were used by first level models to avoid redundant dataset reindexing. need to consider using _fit_wrap and _predict_wrap without additional ids and seen filtering.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant