Questions tagged [databricks-ml]
3 questions
1
vote
0 answers
Databricks does not display the grid search info with verbose mode when n_jobs > 1
When I run the machine learning algorithm using Grid Search with verbose as 10 and n_jobs as -1, the info for each model is not getting displayed in databricks. If I use n_jobs as 1, then each param grid combination output is getting displayed. Any…

Jegatheesan
- 105
- 2
- 8
1
vote
1 answer
Is Machine Learning persona available for Databricks community edition?
I just started using Databricks community edition, and by default I am in the "Data Science and Eingineering" persona. I wanted to explore the Machine Learning environment, but could not find such options from the sidebar (see below). Is the feature…

Ying Xiong
- 4,578
- 8
- 33
- 69
0
votes
0 answers
Cannot find '/dbfs/databricks-datasets' in my notebook
I am using the Databricks community edition and working through the ML intro tutorial.
I am able to %fs ls databricks-datasets/COVID/covid-19-data/us-states.csv, but not able to read it through pandas
>>> df =…

Ying Xiong
- 4,578
- 8
- 33
- 69