From the course: Microsoft Azure Data Scientist Associate (DP-100) Cert Prep

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Test a real-time deployed service

Test a real-time deployed service

- [Instructor] Let's take a look at how we can go from data itself stored in the DBFS and actually take that data and go to AutoML and really create a high level end-to-end experience. So as long as something is inside of the Databricks file system, and in this case we have two tables here, we have the diamonds table and the people table, we can actually do things with it. And in particular, if I go to the diamonds table here, and let's go to take a look at this. One of the nice things about the data exploration tool here is that it'll give you the schema, it'll show you a little bit of a sample for the data, so you can actually take a look at the features that you would want to use potentially in an AutoML experiment. So now that I know that there are some features here, like carat, cut, color, you know, things like that, that could be one thing I do. Likewise, if I go to the people right here, and I go into this database, you can see that there's a bunch of columns here that I can…

Contents