Replies: 1 comment
-
It's a bit more complicated than that. This only applies to pipelines. In a pipeline, the unsupervised parts of the pipeline (say, the scaler before the linear model) are updated when Does that help? Basically, I think the confusion you have is that you expect |
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
-
Looking through more of the API documentation I am confused by
pure_inference_mode
. It appears to suggest thelearn_one
is called wheneverpredict_one
is called in the default setup. This seems strange to me as all the examples such as the Bike Sharing example here thepredict_one
is always followed bylearn_one
.Am I missing something here? Does the documentation for the
pure_inference_mode
suggest thatlearn_one
isn't necessary in the default mode?Beta Was this translation helpful? Give feedback.
All reactions