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

How to utilize quadratic features for namespaces longer than one character #4701

Open
alexcannan opened this issue Sep 19, 2024 · 0 comments
Labels
Documentation Issue in samples or documentation

Comments

@alexcannan
Copy link

Description

I've been happily experimenting with Vowpal Wabbit recently and have become confused about the implementation of quadratic/cubic features. I have several namespaces inside my training that are all longer than one character. I've confirmed the data is syntactically correct, and can train all quadratic/cubic features with -q :: and -c :::. However, I'd like to pick exactly which feature combinations to use, say categories and text. I'm unable to find documentation on how to do this, and no delimiter I can think of works: -q categoriestext, -q categories*text -q categories^text, -q categories text. Is this behavior possible directly through the CLI?

@alexcannan alexcannan added the Documentation Issue in samples or documentation label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issue in samples or documentation
Projects
None yet
Development

No branches or pull requests

1 participant