- Python Data Mining Quick Start Guide
- Nathan Greeneltch
- 196字
- 2021-06-24 15:19:43
Setting up Python environments for data mining
A computing setup conducive to advanced data mining requires a comfortable development environment and working libraries for data management, analytics, plotting, and deployment. The popular bundled Python distribution from Anaconda is a perfect fit for the job. It is targeted at scientists and engineers, and includes all the required packages to get started. Conda itself is a package manager for maintaining working Python environments and, of course, is included in the bundle. The package manager will allow you to install/remove combinations of libraries into segregated Python environments, all the while reconciling any version dependencies between the distinct libraries.
It includes an integrated development environment called The Scientific Python Development Environment (Spyder) and a ready-to-use implementation of Jupyter Notebook interface. Both of these development environments use the interactive Python console called IPython. IPython gives you a live console for scripting. You can run a single line of code, check results, then run another line of code in same console in an interactive fashion. A few trial-and-error sessions with IPython will demonstrate very clearly why these Python tools are so beloved by practitioners working in a rapid prototyping environment.
- 大學(xué)計(jì)算機(jī)基礎(chǔ):基礎(chǔ)理論篇
- Introduction to DevOps with Kubernetes
- 高性能混合信號(hào)ARM:ADuC7xxx原理與應(yīng)用開(kāi)發(fā)
- 傳感器技術(shù)實(shí)驗(yàn)教程
- 機(jī)器人編程實(shí)戰(zhàn)
- Windows 7寶典
- 精通數(shù)據(jù)科學(xué)算法
- Learn CloudFormation
- 空間機(jī)械臂建模、規(guī)劃與控制
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- 青少年VEX IQ機(jī)器人實(shí)訓(xùn)課程(初級(jí))
- Hands-On SAS for Data Analysis
- Hands-On Business Intelligence with Qlik Sense
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)訓(xùn)·職業(yè)模塊
- Practical AWS Networking