Member since
05-19-2023
5
Posts
0
Kudos Received
0
Solutions
09-11-2025
03:03 PM
I create a resource as a file, because the python-env resources are specifically for managing Python packages in requirements.txt, according to the documentation. Thanks!
... View more
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