I have a python data science model but when I run it I encounter the following error:
File "/home/datascience/Main.py", line 243, in <module>
sk_model.save()
File "/opt/conda/lib/python3.11/site-packages/ads/model/generic_model.py", line 2134, in save
raise ArtifactsNotAvailableError
ads.model.generic_model
.ArtifactsNotAvailableError: Model artifacts are either not generated or not available locally.
Can someone help me to get through this?