-
Notifications
You must be signed in to change notification settings - Fork 9
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
Problem in Randomized Search CV #1
Comments
i am also getting this error |
I went around this. I used his model as an idea to how PII detection might work and trained my model over it. You can get his models at https://github.com/edwardcooper/data-sentry |
Sorry for the late reply. I will look into it. |
I used your code for Randomized Search CV for hyperparameter selection.
Then I ran this code
search = pipe_cv.fit(df['Text'],df['Target'])
which is giving me this error.
Parameter value is not iterable or distribution (key='logit_clf_word2vec__C', value=6.2881447134589035)
df is a dataframe that I have created using your Fake_PII text as 'text' column and labels as labels column after running it through binary_PII.
The text was updated successfully, but these errors were encountered: