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.
This section is not available anymore. Please use the main Exam Page.UiSAIv1 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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 month, 3 weeks ago