- 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.
- 大數據導論:思維、技術與應用
- 精通MATLAB神經網絡
- 腦動力:C語言函數速查效率手冊
- 數控銑削(加工中心)編程與加工
- Mastering Elastic Stack
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- AI 3.0
- 大數據時代
- Kubernetes for Serverless Applications
- Azure PowerShell Quick Start Guide
- Mastering OpenStack(Second Edition)
- 電氣控制及Micro800 PLC程序設計
- PowerPoint 2010幻燈片制作高手速成
- Raspberry Pi Projects for Kids
- Hands-On Microservices with C#