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

Using model on different data. #4

Open
andrewczgithub opened this issue Mar 10, 2019 · 1 comment
Open

Using model on different data. #4

andrewczgithub opened this issue Mar 10, 2019 · 1 comment

Comments

@andrewczgithub
Copy link

Hi @ryantibs
I'm trying to use the model on a different data set.
It's multivariate regression problem.
A matrix X to predict a y value.
A highly nonlinear function.
What would be the best strategy using the package?

Many thanks in advance for your assistance.
Best,
Andrew

@matteo-fontana
Copy link
Contributor

Hi andrew.
I see two possible courses of action: Either you manage to include the nonlinear transformation of the column of your X in a elastic net regression, or you try to render the train and predict methods of your predictive framework of choice compatible with ConformalInference.

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

No branches or pull requests

2 participants