Câu 93: UiSAIv1: UiPath Specialized AI Professional v1.0
What are the requirements that must be fulfilled by a custom ML package containing the training and evaluation component?
Nội dung câu hỏi
What are the requirements that must be fulfilled by a custom ML package containing the training and evaluation component?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. A folder containing the main.py file which implements the __init__(self) and predict(self, input) functions, the train.py file which implements the __init__(self), train(self, training_directory), evaluate(self, evaluation_directory) functions.
- B. A folder containing the main.py file which implements the __init__(self) and predict(self, input) functions, the train.py file which implements the __init__(self), train(self, training_directory), evaluate(self, evaluation_directory), save(self), and process_data(self, input_directory) functions, and the requirements.txt file which lists the dependencies needed to run the model. — đáp án hiện tại
- 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), train(self, training_directory), and predict(self, input) functions, and the requirements.txt file which lists the dependencies needed to run the model.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.