damp-painting-70146
09/21/2023, 8:08 PM00-intro
module and came across a peculiar error. It seems as though when i try to get the regression model we trained from the workflow, it is a numpy.ndarray
instead of the expected LogisticRegression
type. This causes errors later in the notebook when trying to use it to predict on a feature set. Any ideas on potential issues here?damp-painting-70146
09/21/2023, 8:09 PMo0
from the execution_outputs
. Is this expected behavior?thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
tall-lock-23197
joblib.load
to load the model, it worked.