cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

eduardo_v
by New Contributor
  • 337 Views
  • 0 replies
  • 0 kudos

Problem when use synapse ml lightgbm with feature store

 I'm running a model using LGBM with Spark, within Pipeline, but when I log it to MlFlow using the log_model feature store function, I can't replicate the pipeline in prediction. When I execute:predict = fs.score_batch(logged_model, df_pred) display(...

eduardo_v_2-1733517977930.png eduardo_v_1-1733517924811.png eduardo_v_3-1733518156483.png
  • 337 Views
  • 0 replies
  • 0 kudos
haseeb2001
by New Contributor II
  • 1311 Views
  • 1 replies
  • 0 kudos

Feature Store with Spark Pipeline

Hi,I am using a spark pipeline having stages VectoreAssembler, StandardScalor, StringIndexers, VectorAssembler, GbtClassifier. And then logging this pipeline using feature store log_model function as follows:fe = FeatureStoreClient() // I have tried ...

image.png
  • 1311 Views
  • 1 replies
  • 0 kudos
Labels