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

Problem in Randomized Search CV #1

Open
Nilanjan96 opened this issue Jun 2, 2020 · 3 comments
Open

Problem in Randomized Search CV #1

Nilanjan96 opened this issue Jun 2, 2020 · 3 comments

Comments

@Nilanjan96
Copy link

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.

@vhemantrajudevops
Copy link

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.

i am also getting this error
did you got the solution

@Nilanjan96
Copy link
Author

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.

i am also getting this error
did you got the solution

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

@edwardcooper
Copy link
Owner

Sorry for the late reply. I will look into it.

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

3 participants