Member since
05-19-2023
3
Posts
0
Kudos Received
0
Solutions
07-06-2023
02:28 PM
I have a problem when I deploy a model. I run a function in a workbench that it read some files first, and it is success. Then I deploy that model in Cml and have this error: FileNotFoundError: [Errno 2] No such file or directory: 'file.parquet', with all of my files. I just probed change the path, the permissions, and it doesn't work. Some idea?
... View more
Labels:
- Labels:
-
Cloudera Machine Learning (CML)
05-23-2023
07:13 PM
Thanks for the reply. In my case the question is: I build a model and then I train the model again; How do I create a new build of the model with the same id of the model already created before? I have to have the same access key of the model. I use cmlapi. Can I do cmlapi.CreateModelBuildRequest with exiting model id? Do you understand what I mean?
... View more
05-19-2023
03:30 PM
I have a deployed model un Cloudera Machines Learning. The model is trained once a month, which I do through a pipeline (Jobs). It must be deployed after that again to take the updated model. Can the deployment be done in a way other than manual?
... View more
Labels:
- Labels:
-
Cloudera Machine Learning (CML)