for KNN decoder #7
Closed
yuhangzhu4
started this conversation in
General
Replies: 1 comment
-
hi @yuhangzhu4 - yes, the knn decode is from sklearn, so please see their docs, and then its straightforward to write code to save hte outputs: https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can I save the KNN decoder after training the decoder on the training set?I want to load the file when predicting new data
Beta Was this translation helpful? Give feedback.
All reactions