Skip to content

Model calculation is not able to read features from stdin #200

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

Open
vpd opened this issue Dec 20, 2017 · 4 comments
Open

Model calculation is not able to read features from stdin #200

vpd opened this issue Dec 20, 2017 · 4 comments

Comments

@vpd
Copy link

vpd commented Dec 20, 2017

There is currently a disappointing exception when trying to read features from stdin:
(TCatboostException) catboost/libs/data/load_data.cpp:181: pool file is not found -

Streaming calculation is quite a valuable feature when running a calculation on a large stream of data generated on fly because otherwise there is an inevitable cost of disk i/o operations and process start/termination.

@annaveronika
Copy link
Contributor

We don't support reading pool from stdin, we are currently fixing the documentation.

@vpd
Copy link
Author

vpd commented Dec 20, 2017

Can one hope that it would be supported in future?

@annaveronika
Copy link
Contributor

Ok, we'll do it.

@annaveronika
Copy link
Contributor

Actually it's a good idea for contribution, so I'm adding a help wanted and good first issue labels.

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

2 participants