Skip to content

Conversation

floriangardin
Copy link
Contributor

Now any variable name can be used in the "feature_names" list parameter of Skope Rules. I decoupled the feature names from the internal queries logic.

@datajms datajms merged commit 46066a4 into scikit-learn-contrib:master Mar 2, 2018
@AlJohri
Copy link

AlJohri commented Jan 18, 2019

I still ran into a bug with this and had to do something like this to get around it:

feature_names=["w_" + x.replace(' ', '_') for x in featurizer.get_feature_names()])

I'll have to debug exactly what happened but I believe some of my features started with numerical characters and therefore it triggered an error with numexpr

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.

3 participants