From the course: Complete Guide to Advanced SQL Server

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

The Anaconda open-source packages

The Anaconda open-source packages - SQL Server Tutorial

From the course: Complete Guide to Advanced SQL Server

The Anaconda open-source packages

One of the factors that contributes to Python's popularity is its extensibility. New capabilities can easily be added by installing additional packages that bring new abilities to the language. When we installed machine learning services on our SQL Server instance, you might remember something about accepting a license agreement from Anaconda. Anaconda is a distribution of Python that already includes a wide selection of some of the most popular add-on packages, and it's what Microsoft uses to bring these features to SQL Server. If we visit the Anaconda website at this URL, you can get a feel for many of the packages that are included. I'm going to scroll down on this page, and you'll see that we can develop and train machine learning algorithms with scikit-learn, or we can analyze data with Dask, NumPy, pandas, and Numba. Also we can visualize results with matplotlib or Bokeh. The links like this one here for matplotlib will take you to the official sites for each package, and there,…

Contents