From the course: Develop ML Models with Python and T-SQL
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
What you should know
From the course: Develop ML Models with Python and T-SQL
What you should know
- [Presenter] Here are some of the things you should know for this course. For starters, some machine learning fundamentals, such as the various algorithms used, training a model, and the metrics used for evaluating a model. You should also have familiarity with the Python programming language, intermediate experience, to be specific, where you can query data from a database, parse and manipulate data and code, and then be able to write to the database, all using Python. For the code editor, we'll be using Visual Studio Code, and you should have familiarity with that in the sense of how to set up the Python environment, how to use provided code files within that environment. And last but not least, creating and recreating a database within SQL Server using SQL Server Management Studio. In addition, the ability to query and update data using SSMS is also critical. So you might be asking, "Why bother using Python "and SQL Server for machine learning?" Well, by accessing the data from…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.