Scala data analysis cookbook :: navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes /
Navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes About This Book Implement Scala in your data analysis using features from Spark, Breeze, and Zeppelin Scale up your data anlytics infrastructure with practical recipes for Scala machine lear...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2015.
|
Schriftenreihe: | Quick answers to common problems.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes About This Book Implement Scala in your data analysis using features from Spark, Breeze, and Zeppelin Scale up your data anlytics infrastructure with practical recipes for Scala machine learning Recipes for every stage of the data analysis process, from reading and collecting data to distributed analytics Who This Book Is For This book shows data scientists and analysts how to leverage their existing knowledge of Scala for quality and scalable data analysis. What You Will Learn Familiarize and set up the Breeze and Spark libraries and use data structures Import data from a host of possible sources and create dataframes from CSV Clean, validate and transform data using Scala to pre-process numerical and string data Integrate quintessential machine learning algorithms using Scala stack Bundle and scale up Spark jobs by deploying them into a variety of cluster managers Run streaming and graph analytics in Spark to visualize data, enabling exploratory analysis In Detail This book will introduce you to the most popular Scala tools, libraries, and frameworks through practical recipes around loading, manipulating, and preparing your data. It will also help you explore and make sense of your data using stunning and insightfulvisualizations, and machine learning toolkits. Starting with introductory recipes on utilizing the Breeze and Spark libraries, get to grips withhow to import data from a host of possible sources and how to pre-process numerical, string, and date data. Next, you'll get an understanding of concepts that will help you visualize data using the Apache Zeppelin and Bokeh bindings in Scala, enabling exploratory data analysis. iscover how to program quintessential machine learning algorithms using Spark ML library. Work through steps to scale your machine learning models and deploy them into a standalone cluster, EC2, YARN, and Mesos. Finally dip into the powerful options presented by Spark Streaming, and machine learning for streaming data, as well as utilizing Spark GraphX. Style and approach This book contains a rich set of recipes that covers the full spectrum of interesting data analysis tasks and will help you revolutionize your data analysis skills using Scala and Spark. |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource : illustrations. |
ISBN: | 9781784394998 1784394998 1784396745 9781784396749 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn932247958 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 151215s2015 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCF |d DEBBG |d N$T |d DEBSZ |d COO |d VT2 |d CEF |d NLE |d UKMGB |d WYU |d UAB |d UKAHL |d RDF |d QGK |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d OCLCQ | ||
015 | |a GBB709122 |2 bnb | ||
016 | 7 | |a 018007231 |2 Uk | |
019 | |a 1259068306 | ||
020 | |a 9781784394998 |q (electronic bk.) | ||
020 | |a 1784394998 |q (electronic bk.) | ||
020 | |z 9781784396749 | ||
020 | |a 1784396745 | ||
020 | |a 9781784396749 | ||
035 | |a (OCoLC)932247958 |z (OCoLC)1259068306 | ||
037 | |a CL0500000683 |b Safari Books Online | ||
050 | 4 | |a QA76.9.D343 | |
072 | 7 | |a COM |x 021030 |2 bisacsh | |
082 | 7 | |a 005.133 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Manivannan, Arun, |e author. | |
245 | 1 | 0 | |a Scala data analysis cookbook : |b navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes / |c Arun Manivannan. |
264 | 1 | |a Birmingham : |b Packt Publishing, |c 2015. | |
300 | |a 1 online resource : |b illustrations. | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Quick answers to common problems | |
588 | 0 | |a Online resource; title from PDF title page (EBSCO, viewed January 20, 2017) | |
500 | |a Includes index. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Breeze; Introduction; Getting Breeze -- the linear algebra library; Working with vectors; Working with matrices; Vectors and matrices with randomly distributed values; Reading and writing CSV files; Chapter 2: Getting Started with Apache Spark DataFrames; Introduction; Getting Apache Spark; Creating a DataFrame from CSV; Manipulating DataFrames; Creating a DataFrame from Scala case classes; Chapter 3: Loading and Preparing Data -- DataFrame | |
505 | 8 | |a IntroductionLoading more than 22 features into classes; Loading JSON into DataFrames; Storing data as Parquet files; Using the Avro data model in Parquet; Loading from RDBMS; Preparing data in Dataframes; Chapter 4: Data Visualization; Introduction; Visualizing using Zeppelin; Creating scatter plots with Bokeh-Scala; Creating a time series MultiPlot with Bokeh-Scala; Chapter 5: Learning from Data; Introduction; Supervised and unsupervised learning; Gradient descent; Predicting continuous values using linear regression; Binary classification using LogisticRegression and SVM | |
505 | 8 | |a Binary classification using LogisticRegression with Pipeline APIClustering using K-means; Feature reduction using principal component analysis; Chapter 6: Scaling Up; Introduction; Building the Uber JAR; Submitting jobs to the Spark cluster (local); Running the Spark Standalone cluster on EC2; Running the Spark Job on Mesos (local); Running the Spark Job on YARN (local); Chapter 7: Going Further; Introduction; Using Spark Streaming to subscribe to a Twitter stream; Using Spark as an ETL tool; Using StreamingLogisticRegression to classify a Twitter stream using Kafka as a training stream | |
520 | |a Navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes About This Book Implement Scala in your data analysis using features from Spark, Breeze, and Zeppelin Scale up your data anlytics infrastructure with practical recipes for Scala machine learning Recipes for every stage of the data analysis process, from reading and collecting data to distributed analytics Who This Book Is For This book shows data scientists and analysts how to leverage their existing knowledge of Scala for quality and scalable data analysis. What You Will Learn Familiarize and set up the Breeze and Spark libraries and use data structures Import data from a host of possible sources and create dataframes from CSV Clean, validate and transform data using Scala to pre-process numerical and string data Integrate quintessential machine learning algorithms using Scala stack Bundle and scale up Spark jobs by deploying them into a variety of cluster managers Run streaming and graph analytics in Spark to visualize data, enabling exploratory analysis In Detail This book will introduce you to the most popular Scala tools, libraries, and frameworks through practical recipes around loading, manipulating, and preparing your data. It will also help you explore and make sense of your data using stunning and insightfulvisualizations, and machine learning toolkits. Starting with introductory recipes on utilizing the Breeze and Spark libraries, get to grips withhow to import data from a host of possible sources and how to pre-process numerical, string, and date data. Next, you'll get an understanding of concepts that will help you visualize data using the Apache Zeppelin and Bokeh bindings in Scala, enabling exploratory data analysis. iscover how to program quintessential machine learning algorithms using Spark ML library. Work through steps to scale your machine learning models and deploy them into a standalone cluster, EC2, YARN, and Mesos. Finally dip into the powerful options presented by Spark Streaming, and machine learning for streaming data, as well as utilizing Spark GraphX. Style and approach This book contains a rich set of recipes that covers the full spectrum of interesting data analysis tasks and will help you revolutionize your data analysis skills using Scala and Spark. | ||
650 | 0 | |a Data mining. |0 http://id.loc.gov/authorities/subjects/sh97002073 | |
650 | 0 | |a Information visualization. |0 http://id.loc.gov/authorities/subjects/sh2002000243 | |
650 | 2 | |a Data Mining |0 https://id.nlm.nih.gov/mesh/D057225 | |
650 | 6 | |a Exploration de données (Informatique) | |
650 | 6 | |a Visualisation de l'information. | |
650 | 7 | |a COMPUTERS / Databases / Data Mining |2 bisacsh | |
650 | 7 | |a Data mining |2 fast | |
650 | 7 | |a Information visualization |2 fast | |
758 | |i has work: |a Scala Data Analysis Cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCYmqWfXhy7TTPbRHt7dJDq |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | |z 1-78439-674-5 | ||
830 | 0 | |a Quick answers to common problems. | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1089597 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH29507058 | ||
938 | |a EBSCOhost |b EBSC |n 1089597 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn932247958 |
---|---|
_version_ | 1816882333221912576 |
adam_text | |
any_adam_object | |
author | Manivannan, Arun |
author_facet | Manivannan, Arun |
author_role | aut |
author_sort | Manivannan, Arun |
author_variant | a m am |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.D343 |
callnumber-search | QA76.9.D343 |
callnumber-sort | QA 276.9 D343 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Breeze; Introduction; Getting Breeze -- the linear algebra library; Working with vectors; Working with matrices; Vectors and matrices with randomly distributed values; Reading and writing CSV files; Chapter 2: Getting Started with Apache Spark DataFrames; Introduction; Getting Apache Spark; Creating a DataFrame from CSV; Manipulating DataFrames; Creating a DataFrame from Scala case classes; Chapter 3: Loading and Preparing Data -- DataFrame IntroductionLoading more than 22 features into classes; Loading JSON into DataFrames; Storing data as Parquet files; Using the Avro data model in Parquet; Loading from RDBMS; Preparing data in Dataframes; Chapter 4: Data Visualization; Introduction; Visualizing using Zeppelin; Creating scatter plots with Bokeh-Scala; Creating a time series MultiPlot with Bokeh-Scala; Chapter 5: Learning from Data; Introduction; Supervised and unsupervised learning; Gradient descent; Predicting continuous values using linear regression; Binary classification using LogisticRegression and SVM Binary classification using LogisticRegression with Pipeline APIClustering using K-means; Feature reduction using principal component analysis; Chapter 6: Scaling Up; Introduction; Building the Uber JAR; Submitting jobs to the Spark cluster (local); Running the Spark Standalone cluster on EC2; Running the Spark Job on Mesos (local); Running the Spark Job on YARN (local); Chapter 7: Going Further; Introduction; Using Spark Streaming to subscribe to a Twitter stream; Using Spark as an ETL tool; Using StreamingLogisticRegression to classify a Twitter stream using Kafka as a training stream |
ctrlnum | (OCoLC)932247958 |
dewey-full | 005.133 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.133 |
dewey-search | 005.133 |
dewey-sort | 15.133 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06633cam a2200637 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn932247958</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">151215s2015 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">DEBBG</subfield><subfield code="d">N$T</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">COO</subfield><subfield code="d">VT2</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">UKMGB</subfield><subfield code="d">WYU</subfield><subfield code="d">UAB</subfield><subfield code="d">UKAHL</subfield><subfield code="d">RDF</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB709122</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018007231</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1259068306</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781784394998</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1784394998</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781784396749</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1784396745</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781784396749</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)932247958</subfield><subfield code="z">(OCoLC)1259068306</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000683</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.9.D343</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">021030</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.133</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Manivannan, Arun,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Scala data analysis cookbook :</subfield><subfield code="b">navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes /</subfield><subfield code="c">Arun Manivannan.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2015.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource :</subfield><subfield code="b">illustrations.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Quick answers to common problems</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from PDF title page (EBSCO, viewed January 20, 2017)</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Breeze; Introduction; Getting Breeze -- the linear algebra library; Working with vectors; Working with matrices; Vectors and matrices with randomly distributed values; Reading and writing CSV files; Chapter 2: Getting Started with Apache Spark DataFrames; Introduction; Getting Apache Spark; Creating a DataFrame from CSV; Manipulating DataFrames; Creating a DataFrame from Scala case classes; Chapter 3: Loading and Preparing Data -- DataFrame</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">IntroductionLoading more than 22 features into classes; Loading JSON into DataFrames; Storing data as Parquet files; Using the Avro data model in Parquet; Loading from RDBMS; Preparing data in Dataframes; Chapter 4: Data Visualization; Introduction; Visualizing using Zeppelin; Creating scatter plots with Bokeh-Scala; Creating a time series MultiPlot with Bokeh-Scala; Chapter 5: Learning from Data; Introduction; Supervised and unsupervised learning; Gradient descent; Predicting continuous values using linear regression; Binary classification using LogisticRegression and SVM</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Binary classification using LogisticRegression with Pipeline APIClustering using K-means; Feature reduction using principal component analysis; Chapter 6: Scaling Up; Introduction; Building the Uber JAR; Submitting jobs to the Spark cluster (local); Running the Spark Standalone cluster on EC2; Running the Spark Job on Mesos (local); Running the Spark Job on YARN (local); Chapter 7: Going Further; Introduction; Using Spark Streaming to subscribe to a Twitter stream; Using Spark as an ETL tool; Using StreamingLogisticRegression to classify a Twitter stream using Kafka as a training stream</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes About This Book Implement Scala in your data analysis using features from Spark, Breeze, and Zeppelin Scale up your data anlytics infrastructure with practical recipes for Scala machine learning Recipes for every stage of the data analysis process, from reading and collecting data to distributed analytics Who This Book Is For This book shows data scientists and analysts how to leverage their existing knowledge of Scala for quality and scalable data analysis. What You Will Learn Familiarize and set up the Breeze and Spark libraries and use data structures Import data from a host of possible sources and create dataframes from CSV Clean, validate and transform data using Scala to pre-process numerical and string data Integrate quintessential machine learning algorithms using Scala stack Bundle and scale up Spark jobs by deploying them into a variety of cluster managers Run streaming and graph analytics in Spark to visualize data, enabling exploratory analysis In Detail This book will introduce you to the most popular Scala tools, libraries, and frameworks through practical recipes around loading, manipulating, and preparing your data. It will also help you explore and make sense of your data using stunning and insightfulvisualizations, and machine learning toolkits. Starting with introductory recipes on utilizing the Breeze and Spark libraries, get to grips withhow to import data from a host of possible sources and how to pre-process numerical, string, and date data. Next, you'll get an understanding of concepts that will help you visualize data using the Apache Zeppelin and Bokeh bindings in Scala, enabling exploratory data analysis. iscover how to program quintessential machine learning algorithms using Spark ML library. Work through steps to scale your machine learning models and deploy them into a standalone cluster, EC2, YARN, and Mesos. Finally dip into the powerful options presented by Spark Streaming, and machine learning for streaming data, as well as utilizing Spark GraphX. Style and approach This book contains a rich set of recipes that covers the full spectrum of interesting data analysis tasks and will help you revolutionize your data analysis skills using Scala and Spark.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Data mining.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh97002073</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Information visualization.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2002000243</subfield></datafield><datafield tag="650" ind1=" " ind2="2"><subfield code="a">Data Mining</subfield><subfield code="0">https://id.nlm.nih.gov/mesh/D057225</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Exploration de données (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Visualisation de l'information.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Databases / Data Mining</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Data mining</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Information visualization</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Scala Data Analysis Cookbook (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCYmqWfXhy7TTPbRHt7dJDq</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1=" " ind2=" "><subfield code="z">1-78439-674-5</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Quick answers to common problems.</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1089597</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH29507058</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1089597</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn932247958 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:26:56Z |
institution | BVB |
isbn | 9781784394998 1784394998 1784396745 9781784396749 |
language | English |
oclc_num | 932247958 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource : illustrations. |
psigel | ZDB-4-EBA |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | Packt Publishing, |
record_format | marc |
series | Quick answers to common problems. |
series2 | Quick answers to common problems |
spelling | Manivannan, Arun, author. Scala data analysis cookbook : navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes / Arun Manivannan. Birmingham : Packt Publishing, 2015. 1 online resource : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Quick answers to common problems Online resource; title from PDF title page (EBSCO, viewed January 20, 2017) Includes index. Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Breeze; Introduction; Getting Breeze -- the linear algebra library; Working with vectors; Working with matrices; Vectors and matrices with randomly distributed values; Reading and writing CSV files; Chapter 2: Getting Started with Apache Spark DataFrames; Introduction; Getting Apache Spark; Creating a DataFrame from CSV; Manipulating DataFrames; Creating a DataFrame from Scala case classes; Chapter 3: Loading and Preparing Data -- DataFrame IntroductionLoading more than 22 features into classes; Loading JSON into DataFrames; Storing data as Parquet files; Using the Avro data model in Parquet; Loading from RDBMS; Preparing data in Dataframes; Chapter 4: Data Visualization; Introduction; Visualizing using Zeppelin; Creating scatter plots with Bokeh-Scala; Creating a time series MultiPlot with Bokeh-Scala; Chapter 5: Learning from Data; Introduction; Supervised and unsupervised learning; Gradient descent; Predicting continuous values using linear regression; Binary classification using LogisticRegression and SVM Binary classification using LogisticRegression with Pipeline APIClustering using K-means; Feature reduction using principal component analysis; Chapter 6: Scaling Up; Introduction; Building the Uber JAR; Submitting jobs to the Spark cluster (local); Running the Spark Standalone cluster on EC2; Running the Spark Job on Mesos (local); Running the Spark Job on YARN (local); Chapter 7: Going Further; Introduction; Using Spark Streaming to subscribe to a Twitter stream; Using Spark as an ETL tool; Using StreamingLogisticRegression to classify a Twitter stream using Kafka as a training stream Navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes About This Book Implement Scala in your data analysis using features from Spark, Breeze, and Zeppelin Scale up your data anlytics infrastructure with practical recipes for Scala machine learning Recipes for every stage of the data analysis process, from reading and collecting data to distributed analytics Who This Book Is For This book shows data scientists and analysts how to leverage their existing knowledge of Scala for quality and scalable data analysis. What You Will Learn Familiarize and set up the Breeze and Spark libraries and use data structures Import data from a host of possible sources and create dataframes from CSV Clean, validate and transform data using Scala to pre-process numerical and string data Integrate quintessential machine learning algorithms using Scala stack Bundle and scale up Spark jobs by deploying them into a variety of cluster managers Run streaming and graph analytics in Spark to visualize data, enabling exploratory analysis In Detail This book will introduce you to the most popular Scala tools, libraries, and frameworks through practical recipes around loading, manipulating, and preparing your data. It will also help you explore and make sense of your data using stunning and insightfulvisualizations, and machine learning toolkits. Starting with introductory recipes on utilizing the Breeze and Spark libraries, get to grips withhow to import data from a host of possible sources and how to pre-process numerical, string, and date data. Next, you'll get an understanding of concepts that will help you visualize data using the Apache Zeppelin and Bokeh bindings in Scala, enabling exploratory data analysis. iscover how to program quintessential machine learning algorithms using Spark ML library. Work through steps to scale your machine learning models and deploy them into a standalone cluster, EC2, YARN, and Mesos. Finally dip into the powerful options presented by Spark Streaming, and machine learning for streaming data, as well as utilizing Spark GraphX. Style and approach This book contains a rich set of recipes that covers the full spectrum of interesting data analysis tasks and will help you revolutionize your data analysis skills using Scala and Spark. Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Information visualization. http://id.loc.gov/authorities/subjects/sh2002000243 Data Mining https://id.nlm.nih.gov/mesh/D057225 Exploration de données (Informatique) Visualisation de l'information. COMPUTERS / Databases / Data Mining bisacsh Data mining fast Information visualization fast has work: Scala Data Analysis Cookbook (Text) https://id.oclc.org/worldcat/entity/E39PCYmqWfXhy7TTPbRHt7dJDq https://id.oclc.org/worldcat/ontology/hasWork 1-78439-674-5 Quick answers to common problems. FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1089597 Volltext |
spellingShingle | Manivannan, Arun Scala data analysis cookbook : navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes / Quick answers to common problems. Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Breeze; Introduction; Getting Breeze -- the linear algebra library; Working with vectors; Working with matrices; Vectors and matrices with randomly distributed values; Reading and writing CSV files; Chapter 2: Getting Started with Apache Spark DataFrames; Introduction; Getting Apache Spark; Creating a DataFrame from CSV; Manipulating DataFrames; Creating a DataFrame from Scala case classes; Chapter 3: Loading and Preparing Data -- DataFrame IntroductionLoading more than 22 features into classes; Loading JSON into DataFrames; Storing data as Parquet files; Using the Avro data model in Parquet; Loading from RDBMS; Preparing data in Dataframes; Chapter 4: Data Visualization; Introduction; Visualizing using Zeppelin; Creating scatter plots with Bokeh-Scala; Creating a time series MultiPlot with Bokeh-Scala; Chapter 5: Learning from Data; Introduction; Supervised and unsupervised learning; Gradient descent; Predicting continuous values using linear regression; Binary classification using LogisticRegression and SVM Binary classification using LogisticRegression with Pipeline APIClustering using K-means; Feature reduction using principal component analysis; Chapter 6: Scaling Up; Introduction; Building the Uber JAR; Submitting jobs to the Spark cluster (local); Running the Spark Standalone cluster on EC2; Running the Spark Job on Mesos (local); Running the Spark Job on YARN (local); Chapter 7: Going Further; Introduction; Using Spark Streaming to subscribe to a Twitter stream; Using Spark as an ETL tool; Using StreamingLogisticRegression to classify a Twitter stream using Kafka as a training stream Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Information visualization. http://id.loc.gov/authorities/subjects/sh2002000243 Data Mining https://id.nlm.nih.gov/mesh/D057225 Exploration de données (Informatique) Visualisation de l'information. COMPUTERS / Databases / Data Mining bisacsh Data mining fast Information visualization fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh97002073 http://id.loc.gov/authorities/subjects/sh2002000243 https://id.nlm.nih.gov/mesh/D057225 |
title | Scala data analysis cookbook : navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes / |
title_auth | Scala data analysis cookbook : navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes / |
title_exact_search | Scala data analysis cookbook : navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes / |
title_full | Scala data analysis cookbook : navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes / Arun Manivannan. |
title_fullStr | Scala data analysis cookbook : navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes / Arun Manivannan. |
title_full_unstemmed | Scala data analysis cookbook : navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes / Arun Manivannan. |
title_short | Scala data analysis cookbook : |
title_sort | scala data analysis cookbook navigate the world of data analysis visualization and machine learning with over 100 hands on scala recipes |
title_sub | navigate the world of data analysis, visualization, and machine learning with over 100 hands-on Scala recipes / |
topic | Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Information visualization. http://id.loc.gov/authorities/subjects/sh2002000243 Data Mining https://id.nlm.nih.gov/mesh/D057225 Exploration de données (Informatique) Visualisation de l'information. COMPUTERS / Databases / Data Mining bisacsh Data mining fast Information visualization fast |
topic_facet | Data mining. Information visualization. Data Mining Exploration de données (Informatique) Visualisation de l'information. COMPUTERS / Databases / Data Mining Data mining Information visualization |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1089597 |
work_keys_str_mv | AT manivannanarun scaladataanalysiscookbooknavigatetheworldofdataanalysisvisualizationandmachinelearningwithover100handsonscalarecipes |