python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to plot on kedro mlflow ui x1=array/list/dict and y1=array/list/dict?
I am new to kedro, and I don't know if I am asking the right question here.
Is it possible on kedro mlflow ui to plot x and y lists?
I am running kedro pipeline with mlflow. I have catalog.yaml which ...
user3765968
Votes: 0
Answers: 1
Pickling a file
I using kedro in conjunction with databricks-connect to run my machine learning model. I am trained and tested the model using databricks notebook and saved the pickle file of the model to azure blob ...
Nishad V Seeraj
Votes: 0
Answers: 1
Protobuf compatibility error when running Kedro pipeline
I have a Kedro pipeline that I want to run through a Python script, I think I have the minimum necessary code to do this, but everytime I try to run the pipeline through the script, I get a compatibil...
Gustavo Trivelatto
Votes: 0
Answers: 2
how do I run a local script using github actions
Hello I am using kedro (a pipeline tool) and want to use github actions to trigger a kedro command (kedro run) whenever I make a push to my github repo.
Since I have all the data in my local repo, I t...
magical_unicorn
Votes: 0
Answers: 2