Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@amueller
Copy link
Collaborator

Comment on lines +134 to +139
predictions = []
for predictor in best_predictors:
predictions.append(predictor.predict(this_X))
predictions = np.c_[predictions].T

y_pred_train += predictions
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like you're already doing this above

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't store them for all pairs though, so I'm recomputing for the optimum pair. I could also just store them all and select the optimum which might be more obvious?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants