Skip to main content
3 votes
0 answers
123 views

Is there an existing tool or pattern that statically verifies type compatibility across pipeline stage boundaries — where stages are defined in Python, configured in YAML, and validated with JSON ...
Kenneth Douglas's user avatar
Best practices
0 votes
0 replies
39 views

Problem In a shared Snowflake Feature Store, fs.list_feature_views() returns all Feature Views regardless of which team owns them. There is no native way to scope access to a subset of Feature Views ...
Mateusz Dorobek's user avatar
-2 votes
1 answer
57 views

I am using this repo to create a mlops pipeline in Azure Devops. When i tried to run the CI pipeline, I am getting the unrecognized Federal Token. I asked chatgpt, it says to update the cli version. I ...
Pratish Dewangan's user avatar
0 votes
0 answers
147 views

I'm trying to register a model using mlflow.register_model() while using DagsHub as the MLflow tracking URI. My goal is to use model versioning and transition stages for CI/CD workflows. Here's the ...
Ayush vishwakarma's user avatar
0 votes
1 answer
109 views

I’m working with AWS SageMaker Model Registry and have a training pipeline that creates and registers a new model package in a ModelPackageGroupName. After that, I have a separate evaluation pipeline ...
Martak39's user avatar
0 votes
0 answers
81 views

I want a single managed online endpoint that can serve dozens of forecasting models (7 algorithms × N service-centre “hubs”) by routing requests to the correct model at runtime. Locally this already ...
Abdullah Muhammad Moosa's user avatar
0 votes
0 answers
127 views

I have a PyTorch model and a simple inference script that I want to run a few times per day on GPU (specifically H100) in Azure. Ideally, this should be triggered by an event, like a new file in Blob ...
Samuel Reyes's user avatar
1 vote
0 answers
50 views

I am building an ML pipeline in Azure but it is failing when trying to invoke the endpoint with my model. The error reads: Error Code: ScriptExecution.StreamAccess.NotFound Native Error: error in ...
MLOpsguy's user avatar
0 votes
1 answer
223 views

I encountered an issue while setting up Vertex AI Model Monitoring using the aiplatform SDK, specifically when configuring BatchPredictionJob.create(). The documentation was unclear and lacked ...
Raj Mudigonda's user avatar
0 votes
1 answer
154 views

I want to create a CI/CD pipeline that will automatically build, test and publish a docker container as soon as I push a commit onto github. To do this I am creating a container using a Dockerfile ...
MAckenzie's user avatar
0 votes
1 answer
212 views

I am building MLOPs pipelines for a machine learning model. How do I access the evaluation metrics of my model in the SageMake Studio UI after registering the model? Here's my sample evaluation.json ...
Harmanpreet Singh's user avatar
0 votes
1 answer
592 views

Problem I want to use mlflow.transformers.log_model() to log a finetuned huggingface model. However, when the mlflow.transformers.log_model method is running, it simply does not finish - runs forever -...
chamaoskurumi's user avatar
-2 votes
1 answer
150 views

I want to run my azure devops agent pool using kubernetes. I am using this to run a Jupyter notebook which takes quite a bit of time to run. I want to know if it is possible for one job which runs the ...
abc123's user avatar
  • 3
0 votes
1 answer
161 views

I am trying to create Sagemaker pipeline with multiple steps. I have some code which I would like to share across different steps. Next example is not exact but simplified version for illustration. I ...
Max Markov's user avatar
1 vote
1 answer
286 views

Using aliases in mlflow is best practice and convienient to organize registered models. But unfortunately, even the latest mlflow R Package (Version 2.14.1) does not include any methods that allow ...
chamaoskurumi's user avatar

15 30 50 per page
1
2 3 4 5
18