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

Support for outside-of-model feature engineering using model formulae #36

Open
vruusmann opened this issue Jan 8, 2018 · 2 comments
Open

Comments

@vruusmann
Copy link
Member

The r2pmml function has preProcess parameter, which encapsulates out-of-model feature engineering work that has been performed using the caret::preProcess() function.

However, most R users are more comfortable doing feature engineering using model formulae than the caret::preProcess() function. It would be nice if the r2pmml function also had a formula parameter, which would allow existing base::formula objects to be passed on to the converter.

@vruusmann
Copy link
Member Author

@vruusmann vruusmann changed the title Support for out-of-model feature engineering using model formulae Support for outside-of-model feature engineering using model formulae Jan 8, 2018
@sanchezismael
Copy link

I need this for save a PMML model with dummies transform.

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