Apply my ML model in excel?

,

i have a trained Lstm model in my jupyter notebook, i want to call this model in a excel sheet to create a dashboard how can i do that ?

Hi @Aymane_El_Khalidi, To make predictions using ml model in Google sheet, one way is you have to write the app script available under the extensions option to access the model using UrlFetchApp and then place the predictions in the sheet using the Logger.log. For this you have to place the model in the accessible environment like cloud etc. Thank You.