- Training Systems Using Python Statistical Modeling
- Curtis Miller
- 173字
- 2021-06-24 14:20:42
Technical requirements
The following is required to get the most out of this book:
- A Windows or Linux system with internet access
- A basic understanding of Python
- A basic understanding of the various libraries in Python, such as NumPy, pandas, and matplotlib
- A basic understanding of Anaconda and Jupyter Notebook
Before starting on this book, the first thing you need to do is to install Anaconda on your system, if you haven't done so already. The installation process is pretty straightforward, as shown in the following steps:
- Go to the Anaconda website at https://www.anaconda.com/distribution/#download-section. You will be greeted by the following download section:

- Here, you need to select the appropriate installer for your system and download it. Once the download is done, the installation wizard should take you through the whole process easily.
- Once the installation is completed, to access the Jupyter Notebook, you should open the Anaconda command line or Terminal and enter the following command:
jupyter notebook
This results in the following screen:

You are now ready to start working!
推薦閱讀
- Mastering Concurrency Programming with Java 8
- 編程的修煉
- Mastering Natural Language Processing with Python
- WordPress Plugin Development Cookbook(Second Edition)
- Building Minecraft Server Modifications
- INSTANT Django 1.5 Application Development Starter
- Linux Device Drivers Development
- Solr權(quán)威指南(下卷)
- Hadoop Blueprints
- 高性能MVVM框架的設(shè)計(jì)與實(shí)現(xiàn):San
- Oracle API Management 12c Implementation
- Selenium自動(dòng)化測(cè)試實(shí)戰(zhàn):基于Python
- Learning RxJava
- 編程改變生活:用PySide6/PyQt6創(chuàng)建GUI程序(進(jìn)階篇·微課視頻版)
- Unreal Engine 4 Scripting with C++ Cookbook