We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
spam.csv
I am following https://docs.seldon.io/projects/seldon-core/en/v1.2.0/examples/combiner_spam_model.html to deploy inference service including a tranformer. I got an error FileNotFoundError: [Errno 2] No such file or directory: 'spam.csv' when I trained the model.
FileNotFoundError: [Errno 2] No such file or directory: 'spam.csv'
There is no file spam.csv in the repo dir https://github.com/SeldonIO/seldon-core/tree/v1.2.0/examples/input_tranformer.
The text was updated successfully, but these errors were encountered:
I have found the input data spam.csv from https://www.kaggle.com/uciml/sms-spam-collection-dataset/data, Someone else posted the other issue #1938 (comment) to request the input data.
Sorry, something went wrong.
No branches or pull requests
I am following https://docs.seldon.io/projects/seldon-core/en/v1.2.0/examples/combiner_spam_model.html to deploy inference service including a tranformer. I got an error
FileNotFoundError: [Errno 2] No such file or directory: 'spam.csv'
when I trained the model.There is no file
spam.csv
in the repo dir https://github.com/SeldonIO/seldon-core/tree/v1.2.0/examples/input_tranformer.The text was updated successfully, but these errors were encountered: