Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline should use the chain function of its learner #343

Open
Larsvanderlaan opened this issue Apr 19, 2021 · 1 comment
Open

Pipeline should use the chain function of its learner #343

Larsvanderlaan opened this issue Apr 19, 2021 · 1 comment

Comments

@Larsvanderlaan
Copy link
Contributor

At the moment, the Pipeline object is using the default "chain" which simply chains the predictions of its second learner. However, it would be most natural if Pipeline uses instead the chain function of its second learner. This is in particular needed when you are pipelining two data-processors/screeners.

@Larsvanderlaan
Copy link
Contributor Author

As a note, most screening/preprocessing learners predict the screened covariate matrix so that this isn't an issue. However, I am working with a custom learner that doesn't do this.

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

No branches or pull requests

1 participant