Aidin Zadeh
Results
2
comments of
Aidin Zadeh
Hey @serena-ruan, I'm able to import and successfully run LighgbmRegressor within the databricks workspace via databricks notebook. The issue only happens when running from databricks-connect.
With version `0.0.315` this works for me: ```PYTHON llm = AzureOpenAI( model_name="gpt-4", engine="gpt4", ) ```