Joe Eschen
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?o0
from the execution_outputs
. Is this expected behavior?Yee
Samhita Alla
joblib.load
to load the model, it worked.