- Healthcare Analytics Made Simple
- Vikas (Vik) Kumar
- 243字
- 2021-07-23 17:18:25
Anaconda
The examples in this book require the use of the Python programming language. There are many distributions of Python available. Anaconda is a free, open source Python distribution designed specifically for machine learning. It includes Python and over 1,000 data science Python libraries (for example, NumPy, scikit-learn, pandas) that can be used on top of the base Python language. It also includes Jupyter notebook, an interactive Python console that we will use extensively in this book. Additional tools that come with Anaconda include the Spyder IDE (short for interactive development environment) and RStudio.
Anaconda can be downloaded from https://www.continuum.io/downloads.
To download the Anaconda distribution of Python, complete the following steps:
- Navigate to the preceding website.
- Choose the appropriate Python download depending on your operating system and desired Python version. For this book, we used Anaconda 5.2.0 (the 64-bit installation for Windows, which includes Python 3.6):

- Click Download. Your browser will begin to download the file. Once it is finished, click on the file in your web browser or in your OS file manager.
- A window will appear (shown in the following screenshot). Click on the Next> button:

- Continue to follow the prompts, which include accepting the license agreement, choosing the users for the installation, selecting the file destination, and choosing various options.
- Anaconda will begin to install. Due to the number of packages included in the installation, this may take a while.
- After the installation is complete, close the Anaconda window.
- 基于C語(yǔ)言的程序設(shè)計(jì)
- Clojure Data Analysis Cookbook
- Instant Raspberry Pi Gaming
- Oracle SOA Governance 11g Implementation
- 精通MATLAB圖像處理
- 樂(lè)高機(jī)器人EV3設(shè)計(jì)指南:創(chuàng)造者的搭建邏輯
- 控制與決策系統(tǒng)仿真
- 精通Windows Vista必讀
- 電腦上網(wǎng)直通車(chē)
- 大數(shù)據(jù)挑戰(zhàn)與NoSQL數(shù)據(jù)庫(kù)技術(shù)
- Hands-On Linux for Architects
- 21天學(xué)通Java Web開(kāi)發(fā)
- CompTIA Network+ Certification Guide
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- LAMP網(wǎng)站開(kāi)發(fā)黃金組合Linux+Apache+MySQL+PHP