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

knn crf / svm crf #102

Open
samieti02 opened this issue Feb 7, 2019 · 2 comments
Open

knn crf / svm crf #102

samieti02 opened this issue Feb 7, 2019 · 2 comments

Comments

@samieti02
Copy link

Hello dear Sir,

how can we code a knn crf using the project?

with sklearn, we do something like this:

from sklearn import neighbors

clf = neighbors.KNeighborsClassifier(n_neighbors, weights=weights)
clf.fit(X, y)
Z = clf.predict(Y_)

How can we use or combine it with CRF ?

Thanks

@samieti02
Copy link
Author

dear Sir,

can you give us please some tips?

Thanks

@samieti02
Copy link
Author

I am just wondering if there is someone that can help us

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