Skip to content

predicting more than one set of features #828

Answered by raphaelsty
duduhqp asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @duduhqp 😀,

River's philosophy is to offer highly optimised algorithms for learning and predicting one observation at a time. Some River models are able to train and predict on several observations at once. These models have a dedicated and optimized learn_many and predict_many method. Unfortunately SAM-KNN does not have such method yet. You could rely on a for loop to predict over several samples

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@raphaelsty
Comment options

Answer selected by raphaelsty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants