{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

数据之魅:基于开源工具的数据分析

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

数据之魅:基于开源工具的数据分析

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

O'Reilly创始人Tim所言,“数据科学家是硅谷的香饽饽。”《数据之魅:基于开源工具的数据分析》正是数据科学家给未来的数据科学家写的。
Content Description

《数据之魅:基于开源工具的数据分析》结合作者多年来从事数据分析工作的丰富经验,阐述了数据分析所涉及的概念和方法。本书四部分19章,主题包括如何通过图表来观察数据,如何通过各种建模方法来分析数据,然后着重阐述如何进行数据挖掘,最后强调数据分析在商业和金融等领域的实际应用。本书包含大量的模拟过程及结果展示,并通过实例来阐述如何使用开源工具来进行数据分析。通过本书的阅读,读者可以清楚地了解这些方法的实际用法及用途。
本书结构合理,通俗易懂,适合数据分析爱好者和从业者阅读,也适合以科学计算为工具的科研人员参考。同时,本书还适用于计算机科学、数学、工程技术和其他相关专业本科或研究生的数据分析课程,是一本不错的参考书。

Author Description

Philipp K. Janer,凭借着自己多年来担任物理学家和软件工程师的经验,为数据分析和数学建模提供咨询服务。他是Gnuplot in Action: Understanding Data with Graphs(Manning出版)的作者,也在O’Reilly Network、IBM developerWorks和IEEE Software发表过大量文章。他拥有华盛顿大学理论物理学博士学位。
Comments

“一本通俗易懂的参考书,有助于理解如何征服海量数据。”
——Austin King,Mozolla资深Web开发人员

“造就数据科学家的必读工具书。”
——Michael E. Driscoll,Dataspora的CEO兼创始人

Catalogue

第1 章导论
数据分析
本书内容
关于讲习班
关于数学
需要具备的知识
本书不涉及的内容
第Ⅰ部分图表:观察数据
第 2 章单一变量:形状和分布
数据点和抖动图
直方图和核密度估计
直方图
核密度估计
(选学)如何选择最优带宽
累积分布函数
(选学)概率图分布和QQ 图
分布的对比
秩序图和上升图
仅用于适当时机:汇总统计量和箱形图
汇总统计量
Box-and-Whisker 图
(讲习班)NumPy
NumPy 实践
NumPy 详解
扩展阅读
第3 章两个变量:建立关系
散点图
克服噪声:平滑
样条
LOESS
示例
残差
其他观点及提醒
对数图
倾斜
线性回归以及诸如此类的方法
描述重要信息
图形分析与图形演示
(讲习班)matplotlib
交互式使用matplotlib
案例学习:matplotlib 与
LOESS
控制属性
matplotlib 对象模型及结构

零碎知识
扩展阅读
第4 章以时间为变量:
时序分析
示例
任务
需求和现实
平滑处理
移动平均法
指数平滑法
不要忽视显而易见的东西
相关函数
示例
实现上的问题
(选学)过滤器和卷积
(讲习班)scipysignal
扩展阅读
第5 章多变量:图形的多变量分析
假色图
概览:多值图
散点图矩阵
协作图
变种
组成问题
组成的改变
多维组成:树形图和马赛克图
新颖的曲线类型标识符
平行坐标图
交互式探索
查询和缩放
连接和涂层
大游览与投影寻踪工具
(讲习班)多变量图形工具R
实验工具Python 的Chaco 库
扩展阅读
第6 章插曲:数据分析会话
数据分析会话
(讲习班)gnuplot 软件
扩展阅读
第Ⅱ部分分析:数据建模
第 7 章推算和粗略计算
推算的原理
估计大小
建立关联
使用数字
10 的幂
小扰动
对数

更多示例
我所知道的一些常见事(物)
的相关数字
这些数字是否足够好?
准备工作:可行性和成本
完成之后:引用和
呈现数字
(选学)进一步探索摄动理论和
误差传播
误差传播
(讲习班)Gnu 科学库(GSL)
扩展阅读
第8 章缩放参数模型
模型
建模
模型的运用和误用
参数的缩放
缩放参数
示例:维度参数
示例:优化问题
示例:成本模型
(选学)缩放参数与
量纲分析
其他理论
平均场近似
背景知识和其他示例
常见的时间演变方案
无限增长和衰减现象
约束增长:逻辑斯谛方程
振荡
案例学习:多少台服务器才是
最好的?
为什么要建模?
(讲习班)Sage
扩展阅读
第9 章关于概率模型的讨论
91 二项分布和伯努利试验
精确的结果
利用伯努利试验建立平均场
模型
92 高斯分布和中心极限定理
中心极限定理
中心项与尾项
为什么高斯分布如此实用?
(选学)高斯积分
幂律分布和非常规统计学
幂律分布的用法
(选学)期望值为无限时的
分布
接下来的研究
其他分布
几何分布
泊松分布
对数正态分布
特殊用途的分布

(选学)案例学习--随时间变化的单一访问者数量
(讲习班)幂律分布
扩展阅读
第10 章你真正需要了解的经典统计学知识起源
统计学的定义
从统计学角度解释
示例:公式测验
VS 图解法
控制实验VS 观察研究
实验设计
前景
(选学)贝叶斯统计--
另一种观点
用频率论来解释概率
用贝叶斯方法来理解概率
贝叶斯数据分析: 一个实际有
效的例子
贝叶斯推理:总结与讨论
(讲习班)R 语言
扩展阅读
第11 章插叙:数学大搜捕--
大脚怪和最小二
乘等
111 如何平均均值
辛普森(Simpson)悖论
标准差
如何计算
(选学)应该选择哪一个
(选学)标准误差
最小二乘
统计参数估计
函数逼近
扩展阅读
第Ⅲ部分计算:数据挖掘
第 12 章模拟
热身问题
蒙特卡洛模拟
组合问题
获得结果分布
优点和缺点
重新采样方法
拔靴法
拔靴法适用于哪些情况?
拔靴变量
(讲习班)SimPy 离散事件模拟
SimPy 简介
最简单的排队过程
(选学)排队理论
运行SimPy 模拟
小结

扩展阅读
第13 章找出簇
簇由什么组成?
一种不同的观点
距离计算和相似度计算
常见的距离和相似度
计算方法
聚类方法
中心探索法
树形构造器
邻居生长器
前期处理和后期处理
规模的规范化
类的属性和评估
其他想法
具体案例:超市购物篮的
分析
提醒
(讲习班)Pycluster 和C 聚类库
扩展阅读
第14 章一木见林:
找出重要属性
主成分分析法
动机
(选学)理论
解释
计算
实用观点
双标图
可视化技术
多元尺度法
网络图
柯霍南图
(讲习班)用R 进行PCA
扩展阅读
线性代数
第15 章插曲:当数据不成
比例地增长时
一个真实的故事
一些建议
map/reduce 如何
(讲习班)生成排列
扩展阅读
第Ⅳ部分应用:数据的使用
第 16 章报表、商务智能和
仪表板
商务智能
报表
企业指标和仪表板
关于指标计划的建议
数据的质量问题
数据的可用性
数据的一致性
(讲习班)Berkeley DB 和SQLite

Berkeley DB
SQLite
扩展阅读
第17 章金融计算与建模
货币的时间价值
一次性支付:未来值和
现值
多笔付款:复利
复利的计算技巧
概览:现金流分析和
净现值
计划成本和机会成本中的
不确定性
用账户的期望值来考虑
不确定性
机会成本
成本概念及贬值
直接成本和间接成本
固定成本和可变成本
资本开支与运营成本
是否应该加以关注?
这些就是全部吗?
(讲习班)报纸经销商问题
(选学)精确解
扩展阅读
报纸经销商问题
第18 章预测分析
预测分析的主题
一些分类术语
分类算法
基于实例的分类和最近邻
分类算法
贝叶斯分类器
回归
支持向量机
决策树和基于规则的
分类器
其他分类算法
流程
集成方法:Bagging 和
Boosting
估计预测误差
类不平衡问题
私家秘诀
统计学习的本质
(讲习班)自己编写的两个
分类器
扩展阅读
第19 章结语:事实并非
现实
附录A 科学计算与数据分析的
编程环境
附录B 应用:微积分
附录C 使用数据
索引

Introduction

本书展现了我在高科技行业的各个公司中从事数据工作所获得的经验。它汇聚了我所发现的许多最有用的概念和技术,包括我希望自己能够早点知道的主题——然而我没有。
我所学的专业是物理,但我也从事了多年的软件工程师工作。本书将反映出我这种双重背景。一方面,本书是为程序员以及软件领域的其他人士而写:我假定你和我一样,有能力通过自己动手编程来轻松自如地操纵数据。另一方面,我思考数据的方式是由我的背景和教育决定的。作为一个物理学家,我不会只满足于描述数据或者做黑盒式的预测:分析的目的总是为了深入理解我们所观察的数据是怎样产生的。
传达这种理解的工具就是模型:对所研究的系统进行描述(换句话说,不只是对数据的描述!),必要时进行简化但要保留相关的信息。一个模型可能很粗糙(就像一头球形的牛),但如果它能够帮助我们更好地理解系统的工作原理,那么它就是一个成功的模型。(精确度可以在之后获得,如果确实需要的话。)
我对模型和简化描述的强调并不具有普遍性:其他作者和从业人员可能持有不同的看法。但是它们对于我的方法和观点来说是基本的。
这本书相当具有个人色彩。尽管我努力使之合理全面,但我所选择的主题都是我认为在实践中相关和有用的——不管它们是否是“经典”。本书还包含其他数据分析相关书中不涉及的主题。尽管它们既不新颖也非独创,但在数据分析这一特定背景下通常并不使用或讨论它们——但我发现它们不可或缺。
在整本书中,我提供了大量明确而具体的建议、意见和评估。这些评述反映了我的个人兴趣、经验和理解。我不敢说我的观点一定是正确的,请根据具体需要对我所说的进行评估和取舍。在我看来,一个充分论证的明确立场比列出所有待选的可能算法更有用——即使后来你决定不同意我的观点。价值并不存在于观点中,而是存在于支持它的论据中。如果你的论据比我的好,或者仅仅只是更适合你,那么我也认为自己已经达到了我的目的!

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

Data Analysis

Items

0

Purchased

0

View All

You’ve Recently Viewed

About the brand

Jingdong book