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

Return a processFeatures method #119

Open
isair opened this issue Nov 7, 2020 · 0 comments
Open

Return a processFeatures method #119

isair opened this issue Nov 7, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request estimate: 2

Comments

@isair
Copy link
Owner

isair commented Nov 7, 2020

Add a processFeatures method among the return values of loadCsv. This method, given a tensor or array of values, applies the same processing applied to the feature columns from the CSV file. It should accept a second, optional parameter to return a tensor or a good-old JS array.

Introducing a way to serialize and deserialize this method would be a nice addition. Loading it alongside loading a model from disk, passing it to a client over from the servers, etc., are all very valid use cases.

@isair isair added enhancement New feature or request estimate: 1 labels Nov 7, 2020
@isair isair self-assigned this Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request estimate: 2
Projects
None yet
Development

No branches or pull requests

1 participant