cancel
Showing results for 
Search instead for 
Did you mean: 
ecram
New Contributor
since ‎07-19-2024
‎06-30-2025

User Stats

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi everyone,I've recently deployed a custom model using Databricks Model Serving with AI Gateway-enabled inference tables. The model is built with:Python 3.11.11LightGBM 4.5.0MLflow 2.13.1I’ve noticed that the inference logs can take up to 1 hour to ...
Hi everyone,I am working with MLflow version 2.5.0 and need to create an input_schema for my model. My data schema is divided into several DataFrames, for example:{"dataframe_split": {     "columns": ["ClientGuid", "Instance", "TypeScore", ...],     ...