Skip to content

experiment: try rank builder#530

Draft
olgavrou wants to merge 1 commit into
VowpalWabbit:masterfrom
olgavrou:experiment_rank_builder
Draft

experiment: try rank builder#530
olgavrou wants to merge 1 commit into
VowpalWabbit:masterfrom
olgavrou:experiment_rank_builder

Conversation

@olgavrou
Copy link
Copy Markdown
Collaborator

@olgavrou olgavrou commented Nov 4, 2022

The idea is to replace all the overloaded functions with builders, one for each reduction

#include "ranking_response.h"
#include "rl_string_view.h"

namespace reinforcement_learning
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

following vw's learner builder style

class basic_builder
{
protected:
const char* _event_id = nullptr;
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be string_view after I finally merge the other string_view event id PR

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

Successfully merging this pull request may close these issues.

1 participant