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

Newlines in Feature Creation #110

Open
pjmartinkus opened this issue Aug 3, 2018 · 0 comments
Open

Newlines in Feature Creation #110

pjmartinkus opened this issue Aug 3, 2018 · 0 comments

Comments

@pjmartinkus
Copy link
Contributor

You can’t include newlines when adding a custom feature, the parser will not be able to correctly parse these types of strings even though it is fine to have new lines in normal python code.

Causes Error:

feature_string = """
jaccard(
...
)
"""

Works Correctly:

feature_string = """jaccard(...)"""

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