Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I trained a model in a Fabric notebook. Before training, I applied scaling and encoding operations to the data. For inference, I need to register the scaler and encoder objects along with the trained model so that they can be loaded and used in the inference script. I couldn't find documentation on how to achieve this. Could you please help me understand how to register all of them together and how to load them back in the scoring script?
Solved! Go to Solution.
HI @seas,
So you mean to interact the model training operations dynamics based on hyperparameters or the notebook parameters? If that's the case, you can check to the following links about these parameters:
Hyperparameter tuning - Microsoft Fabric | Microsoft Learn
Solved: Parameterizing a notebook - Microsoft Fabric Community
Regards,
Xiaoxin Sheng
HI @seas,
So you mean to interact the model training operations dynamics based on hyperparameters or the notebook parameters? If that's the case, you can check to the following links about these parameters:
Hyperparameter tuning - Microsoft Fabric | Microsoft Learn
Solved: Parameterizing a notebook - Microsoft Fabric Community
Regards,
Xiaoxin Sheng
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Fabric update to learn about new features.