Home > Computing and Information Technology > Computer networking and communications > Data Smart: Using Data Science to Transform Information into Insight
43%
Data Smart: Using Data Science to Transform Information into Insight

Data Smart: Using Data Science to Transform Information into Insight

3.8       |  6 Reviews 
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Data Science gets thrown around in the press like it's magic. Major retailers are predicting everything from when their customers are pregnant to when they want a new pair of Chuck Taylors. It's a brave new world where seemingly meaningless data can be transformed into valuable insight to drive smart business decisions. But how does one exactly do data science? Do you have to hire one of these priests of the dark arts, the "data scientist," to extract this gold from your data? Nope. Data science is little more than using straight-forward steps to process raw data into actionable insight. And in Data Smart, author and data scientist John Foreman will show you how that's done within the familiar environment of a spreadsheet.  Why a spreadsheet? It's comfortable! You get to look at the data every step of the way, building confidence as you learn the tricks of the trade. Plus, spreadsheets are a vendor-neutral place to learn data science without the hype.  But don't let the Excel sheets fool you. This is a book for those serious about learning the analytic techniques, the math and the magic, behind big data.  Each chapter will cover a different technique in a spreadsheet so you can follow along: Mathematical optimization, including non-linear programming and genetic algorithms Clustering via k-means, spherical k-means, and graph modularity Data mining in graphs, such as outlier detection Supervised AI through logistic regression, ensemble models, and bag-of-words models Forecasting, seasonal adjustments, and prediction intervals through monte carlo simulation Moving from spreadsheets into the R programming language You get your hands dirty as you work alongside John through each technique. But never fear, the topics are readily applicable and the author laces humor throughout. You'll even learn what a dead squirrel has to do with optimization modeling, which you no doubt are dying to know.

Table of Contents:
Introduction xiii 1 Everything You Ever Needed to Know about Spreadsheets but Were Too Afraid to Ask 1 Some Sample Data 2 Moving Quickly with the Control Button 2 Copying Formulas and Data Quickly 4 Formatting Cells 5 Paste Special Values 7 Inserting Charts 8 Locating the Find and Replace Menus 9 Formulas for Locating and Pulling Values 10 Using VLOOKUP to Merge Data 12 Filtering and Sorting 13 Using PivotTables 16 Using Array Formulas 19 Solving Stuff with Solver 20 OpenSolver: I Wish We Didn’t Need This, but We Do 26 Wrapping Up 27 2 Cluster Analysis Part I: Using K-Means to Segment Your Customer Base 29 Girls Dance with Girls, Boys Scratch Their Elbows 30 Getting Real: K-Means Clustering Subscribers in E-mail Marketing 35 Joey Bag O’ Donuts Wholesale Wine Emporium 36 The Initial Dataset 36 Determining What to Measure 38 Start with Four Clusters 41 Euclidean Distance: Measuring Distances as the Crow Flies 41 Distances and Cluster Assignments for Everybody! 44 Solving for the Cluster Centers 46 Making Sense of the Results 49 Getting the Top Deals by Cluster 50 The Silhouette: A Good Way to Let Different K Values Duke It Out 53 How about Five Clusters? 60 Solving for Five Clusters 60 Getting the Top Deals for All Five Clusters 61 Computing the Silhouette for 5-Means Clustering 64 K-Medians Clustering and Asymmetric Distance Measurements 66 Using K-Medians Clustering 66 Getting a More Appropriate Distance Metric 67 Putting It All in Excel 69 The Top Deals for the 5-Medians Clusters 70 Wrapping Up 75 3 Naïve Bayes and the Incredible Lightness of Being an Idiot 77 When You Name a Product Mandrill, You’re Going to Get Some Signal and Some Noise 77 The World’s Fastest Intro to Probability Theory 79 Totaling Conditional Probabilities 80 Joint Probability, the Chain Rule, and Independence 80 What Happens in a Dependent Situation? 81 Bayes Rule 82 Using Bayes Rule to Create an AI Model 83 High-Level Class Probabilities Are Often Assumed to Be Equal 84 A Couple More Odds and Ends 85 Let’s Get This Excel Party Started 87 Removing Extraneous Punctuation 87 Splitting on Spaces 88 Counting Tokens and Calculating Probabilities 92 And We Have a Model! Let’s Use It 94 Wrapping Up 98 4 Optimization Modeling: Because That “Fresh Squeezed” Orange Juice Ain’t Gonna Blend Itself 101 Why Should Data Scientists Know Optimization? 102 Starting with a Simple Trade-Off f 103 Representing the Problem as a Polytope 103 Solving by Sliding the Level Set 105 The Simplex Method: Rooting around the Corners 106 Working in Excel 108 There’s a Monster at the End of This Chapter 117 Fresh from the Grove to Your Glasswith a Pit Stop Through a Blending Model 118 You Use a Blending Model 119 Let’s Start with Some Specs 119 Coming Back to Consistency 121 Putting the Data into Excel 121 Setting Up the Problem in Solver 124 Lowering Your Standards 126 Dead Squirrel Removal: The Minimax Formulation 131 If-Then and the “Big M” Constraint 133 Multiplying Variables: Cranking Up the Volume to 11 137 Modeling Risk 144 Normally Distributed Data 145 Wrapping Up 154 5 Cluster Analysis Part II: Network Graphs and Community Detection 155 What Is a Network Graph? 156 Visualizing a Simple Graph 157 Brief Introduction to Gephi 159 Gephi Installation and File Preparation 160 Laying Out the Graph 162 Node Degree 165 Pretty Printing 166 Touching the Graph Data 168 Building a Graph from the Wholesale Wine Data 170 Creating a Cosine Similarity Matrix 172 Producing an r-Neighborhood Graph 174 How Much Is an Edge Worth? Points and Penalties in Graph Modularity 178 What’s a Point and What’s a Penalty? 179 Setting Up the Score Sheet 183 Let’s Get Clustering! 185 Split Number 1 185 Split 2: Electric Boogaloo 190 And…Split 3: Split with a Vengeance 192 Encoding and Analyzing the Communities 193 There and Back Again: A Gephi Tale 197 Wrapping Up 202 6 The Granddaddy of Supervised Artificial Intelligence—Regression 205 Wait, What? You’re Pregnant? 205 Don’t Kid Yourself 206 Predicting Pregnant Customers at RetailMart Using Linear Regression 207 The Feature Set 207 Assembling the Training Data 209 Creating Dummy Variables 210 Let’s Bake Our Own Linear Regression 213 Linear Regression Statistics: R-Squared, F Tests, t Tests 221 Making Predictions on Some New Data and Measuring Performance 230 Predicting Pregnant Customers at RetailMart Using Logistic Regression 239 First You Need a Link Function 240 Hooking Up the Logistic Function and Reoptimizing 241 Baking an Actual Logistic Regression 244 Model Selection—Comparing the Performance of the Linear and Logistic Regressions 245 For More Information 248 Wrapping Up 249 7 Ensemble Models: A Whole Lot of Bad Pizza 251 Using the Data from Chapter 6 252 Bagging: Randomize, Train, Repeat 254 Decision Stump Is an Unsexy Term for a Stupid Predictor 254 Doesn’t Seem So Stupid to Me! 255 You Need More Power! 257 Let’s Train It 258 Evaluating the Bagged Model 267 Boosting: If You Get It Wrong, Just Boost and Try Again 272 Training the Model—Every Feature Gets a Shot 272 Evaluating the Boosted Model 280 Wrapping Up 283 8 Forecasting: Breathe Easy; You Can’t Win 285 The Sword Trade Is Hopping 286 Getting Acquainted with Time Series Data 286 Starting Slow with Simple Exponential Smoothing 288 Setting Up the Simple Exponential Smoothing Forecast 290 You Might Have a Trend 296 Holt’s Trend-Corrected Exponential Smoothing 299 Setting Up Holt’s Trend-Corrected Smoothing in a Spreadsheet 300 So Are You Done? Looking at Autocorrelations 306 Multiplicative Holt-Winters Exponential Smoothing 313 Setting the Initial Values for Level, Trend, and Seasonality 315 Getting Rolling on the Forecast 319 And Optimize! 324 Please Tell Me We’re Done Now!!! 326 Putting a Prediction Interval around the Forecast 327 Creating a Fan Chart for Effect 331 Wrapping Up 333 9 Outlier Detection: Just Because They’re Odd Doesn’t Mean They’re Unimportant 335 Outliers Are (Bad?) People, Too 335 The Fascinating Case of Hadlum v Hadlum 336 Tukey Fences 337 Applying Tukey Fences in a Spreadsheet 338 The Limitations of This Simple Approach 340 Terrible at Nothing, Bad at Everything 341 Preparing Data for Graphing 342 Creating a Graph 345 Getting the k Nearest Neighbors 347 Graph Outlier Detection Method 1: Just Use the Indegree 348 Graph Outlier Detection Method 2: Getting Nuanced with k-Distance 351 Graph Outlier Detection Method 3: Local Outlier Factors Are Where It’s At 353 Wrapping Up 358 10 Moving from Spreadsheets into R 361 Getting Up and Running with R 362 Some Simple Hand-Jamming 363 Reading Data into R 370 Doing Some Actual Data Science 372 Spherical K-Means on Wine Data in Just a Few Lines 372 Building AI Models on the Pregnancy Data 378 Forecasting in R 385 Looking at Outlier Detection 389 Wrapping Up 394 Conclusion 395 Where Am I? What Just Happened? 395 Before You Go-Go 395 Get to Know the Problem 396 We Need More Translators 397 Beware the Three-Headed Geek-Monster: Tools, Performance, and Mathematical Perfection 397 You Are Not the Most Important Function of Your Organization 400 Get Creative and Keep in Touch! 400 Index 401


Best Sellers


Product Details
  • ISBN-13: 9781118661468
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Depth: 25
  • Language: English
  • Returnable: N
  • Spine Width: 20 mm
  • Weight: 726 gr
  • ISBN-10: 111866146X
  • Publisher Date: 22 Nov 2013
  • Binding: Paperback
  • Height: 231 mm
  • No of Pages: 432
  • Series Title: English
  • Sub Title: Using Data Science to Transform Information into Insight
  • Width: 185 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

3.8       |  6 Reviews 
out of (%) reviewers recommend this product
Top Reviews
Rating Snapshot
Select a row below to filter reviews.
5
4
3
2
1
Average Customer Ratings
3.8       |  6 Reviews 
00 of 0 Reviews
Sort by :
Active Filters

00 of 0 Reviews
SEARCH RESULTS
1–2 of 2 Reviews
    BoxerLover2 - 5 Days ago
    A Thrilling But Totally Believable Murder Mystery

    Read this in one evening. I had planned to do other things with my day, but it was impossible to put down. Every time I tried, I was drawn back to it in less than 5 minutes. I sobbed my eyes out the entire last 100 pages. Highly recommend!

    BoxerLover2 - 5 Days ago
    A Thrilling But Totally Believable Murder Mystery

    Read this in one evening. I had planned to do other things with my day, but it was impossible to put down. Every time I tried, I was drawn back to it in less than 5 minutes. I sobbed my eyes out the entire last 100 pages. Highly recommend!


Sample text
Photo of
    Media Viewer

    Sample text
    Reviews
    Reader Type:
    BoxerLover2
    00 of 0 review

    Your review was submitted!
    Data Smart: Using Data Science to Transform Information into Insight
    John Wiley & Sons Inc -
    Data Smart: Using Data Science to Transform Information into Insight
    Writing guidlines
    We want to publish your review, so please:
    • keep your review on the product. Review's that defame author's character will be rejected.
    • Keep your review focused on the product.
    • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
    • Refrain from mentioning competitors or the specific price you paid for the product.
    • Do not include any personally identifiable information, such as full names.

    Data Smart: Using Data Science to Transform Information into Insight

    Required fields are marked with *

    Review Title*
    Review
      Add Photo Add up to 6 photos
      Would you recommend this product to a friend?
      Tag this Book
      Read more
      Does your review contain spoilers?
      What type of reader best describes you?
      I agree to the terms & conditions
      You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

      CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

      These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


      By submitting any content to Bookswagon, you guarantee that:
      • You are the sole author and owner of the intellectual property rights in the content;
      • All "moral rights" that you may have in such content have been voluntarily waived by you;
      • All content that you post is accurate;
      • You are at least 13 years old;
      • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
      You further agree that you may not submit any content:
      • That is known by you to be false, inaccurate or misleading;
      • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
      • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
      • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
      • For which you were compensated or granted any consideration by any unapproved third party;
      • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
      • That contains any computer viruses, worms or other potentially damaging computer programs or files.
      You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


      For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


      All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

      Accept

      New Arrivals


      Inspired by your browsing history


      Your review has been submitted!

      You've already reviewed this product!
      ASK VIDYA