- 770 Views
- 1 replies
- 2 kudos
Hello,I am following the "Get started: Build your first machine learning model on Databricks" tutorial, and am getting stuck on "Parallel training using Optuna".When I Search runs to retrieve the best model, the following code fails as there are no m...
- 770 Views
- 1 replies
- 2 kudos
Latest Reply
You can change the objective trial code to use optuna & follow the other steps in the tutorial & run the full code seamlessly.Modify objective trial - use optuna in Free edition for serverless auth accommodation.def objective(trial):
# Enable autol...
by
Anvy
• New Contributor
- 580 Views
- 1 replies
- 0 kudos
We are building a production support agent that requires seamless integration between:Genie spaces (for analytics queries)Vector search Custom tools The MCP protocol provides a standardized interface for this multi-tool architecture.i am using free t...
- 580 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @Anvy,
This depends on whether you are on a standard Databricks workspace or on Databricks Free Edition. The public docs show that Databricks managed MCP servers are currently in Public Preview, and the managed Genie MCP server itself is still lis...