What are the requirements that must be fulfilled by a package containing only the serving component?
A.
A folder containing the main.py file which implements the__init_ (self), train(self, training_directory), and predict(self, input) functions, and the requirements.txt file which lists the dependencies needed to run the model.
B.
A folder containing the main.py file which implements the__init_ (self) and predict(self, input) functions.
C.
A folder containing the main.py file which implements the__init_ (self), evaluate(self, evaluation_directory), and predict(self, input) functions, and the requirements.txt file which lists the dependencies needed to run the model.
D.
A folder containing the main.py file which implements the__init_ (self) and predict(self, input) functions, and the requirements.txt file which lists the dependencies needed to run the model.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
BenAndBen
1 week, 2 days ago