The error message indicates that there is an issue with the node type that you have specified for your Delta Live Table pipeline in Databricks. Specifically, the node type must be set to "Standard_DS3_v2", but the error message indicates that it has ...
please print actual shape of your dataframe before passing it to the .predict function, the list you have provided , I have created a code from that its working fine.you are not showing the actual shape of dataframe, there is problem with the shape o...
Hi @Koushik Deb try this your problem will be resolve now. if it works don't forget to accept and upvote the answer import mlflow
import pandas as pd
# Load model as a PyFuncModel.
logged_model = 'runs:/id/model'
loaded_model = mlflow....
You can try this out, I don't know the shape of the dataframe it would be helpful if you would also print the shape of the dataframe , based on my assumption and the input you provided try this code.import mlflow
import pandas as pd
# Load model as...