It looks like you're offline.
Open Library logo
additional options menu

MARC Record from marc_columbia

Record ID marc_columbia/Columbia-extract-20221130-031.mrc:249182218:7289
Source marc_columbia
Download Link /show-records/marc_columbia/Columbia-extract-20221130-031.mrc:249182218:7289?format=raw

LEADER: 07289cam a2200757 i 4500
001 15130707
005 20220528233346.0
006 m o d
007 cr cnu---unuuu
008 180222s2017 flua ob 001 0 eng d
035 $a(OCoLC)on1023861775
035 $a(NNC)15130707
040 $aN$T$beng$erda$epn$cN$T$dOCLCO$dEBLCP$dYDX$dOCLCQ$dMERER$dCEF$dOCLCQ$dOCLCA$dWYU$dUAB$dKNOVL$dOCLCQ$dK6U$dOCLCO
019 $a1022793752$a1089551308
020 $a9781315151670$q(electronic bk.)
020 $a1315151677$q(electronic bk.)
020 $a9781498742115
020 $a1498742114
020 $a9781523120000$q(electronic bk.)
020 $a1523120002$q(electronic bk.)
020 $z9781498742092
020 $z1498742092
020 $z9781138043176
020 $z1138043176
035 $a(OCoLC)1023861775$z(OCoLC)1022793752$z(OCoLC)1089551308
050 4 $aQA76.9.D343$bR638 2017eb
070 $aQA76.9.D343$bR638 2017
072 7 $aCOM$x000000$2bisacsh
082 04 $a006.3/12$223
049 $aZCUA
100 1 $aRogel-Salazar, Jesus,$eauthor.
245 10 $aData science and analytics with Python /$cJesus Rogel-Salazar.
264 1 $aBoca Raton, FL :$bCRC Press, Taylor & Francis Group,$c[2017]
300 $a1 online resource (xxxv, 376 pages)
336 $atext$btxt$2rdacontent
337 $acomputer$bc$2rdamedia
338 $aonline resource$bcr$2rdacarrier
490 1 $aChapman & Hall/CRC Data Mining and Knowledge Discovery Series
504 $aIncludes bibliographical references and index.
588 0 $aPrint version record.
505 0 $aCover; Half Title; Title Page; Copyright Page; Dedication; Table of Contents; List of Figures; List of Tables; Preface; Readerâ#x80;#x99;s Guide; About the Author; 1: Trials and Tribulations of a Data Scientist; 1.1 Data? Science? Data Science!; 1.1.1 So, What Is Data Science?; 1.2 The Data Scientist: A Modern Jackalope; 1.2.1 Characteristics of a Data Scientist and a Data Science Team; 1.3 Data Science Tools; 1.3.1 Open Source Tools; 1.4 From Data to Insight: the Data Science Workflow; 1.4.1 Identify the Question; 1.4.2 Acquire Data; 1.4.3 Data Munging; 1.4.4 Modelling and Evaluation.
505 8 $a1.4.5 Representation and Interaction1.4.6 Data Science: an Iterative Process; 1.5 Summary; 2: Python: For Something Completely Different; 2.1 Why Python? Why not?!; 2.1.1 To Shell or not To Shell; 2.1.2 iPython/Jupyter Notebook; 2.2 Firsts Slithers with Python; 2.2.1 Basic Types; 2.2.2 Numbers; 2.2.3 Strings; 2.2.4 Complex Numbers; 2.2.5 Lists; 2.2.6 Tuples; 2.2.7 Dictionaries; 2.3 Control Flow; 2.3.1 if ... elif ... else; 2.3.2 while; 2.3.3 for; 2.3.4 try ... except; 2.3.5 Functions; 2.3.6 Scripts and Modules; 2.4 Computation and Data Manipulation; 2.4.1 Matrix Manipulations and Linear Algebra.
505 8 $a2.4.2 NumPy Arrays and Matrices2.4.3 Indexing and Slicing; 2.5 Pandas to the Rescue; 2.6 Plotting and Visualising: Matplotlib; 2.7 Summary; 3: The Machine that Goes â#x80;#x9C;Pingâ#x80;#x9D;: Machine Learning and Pattern Recognition; 3.1 Recognising Patterns; 3.2 Artificial Intelligence and Machine Learning; 3.3 Data is Good, but other Things are also Needed; 3.4 Learning, Predicting and Classifying; 3.5 Machine Learning and Data Science; 3.6 Feature Selection; 3.7 Bias, Variance and Regularisation: A Balancing Act; 3.8 Some Useful Measures: Distance and Similarity; 3.9 Beware the Curse of Dimensionality.
505 8 $a3.10 Scikit-Learn is our Friend3.11 Training and Testing; 3.12 Cross-Validation; 3.12.1 k-fold Cross-Validation; 3.13 Summary; 4: The Relationship Conundrum: Regression; 4.1 Relationships between Variables: Regression; 4.2 Multivariate Linear Regression; 4.3 Ordinary Least Squares; 4.3.1 The Maths Way; 4.4 Brain and Body: Regression with One Variable; 4.4.1 Regression with Scikit-learn; 4.5 Logarithmic Transformation; 4.6 Making the Task Easier: Standardisation and Scaling; 4.6.1 Normalisation or Unit Scaling; 4.6.2 z-Score Scaling; 4.7 Polynomial Regression; 4.7.1 Multivariate Regression.
505 8 $a4.8 Variance-Bias Trade-Off4.9 Shrinkage: LASSO and Ridge; 4.10 Summary; 5: Jackalopes and Hares: Clustering; 5.1 Clustering; 5.2 Clustering with k-means; 5.2.1 Cluster Validation; 5.2.2 k-means in Action; 5.3 Summary; 6: Unicorns and Horses: Classification; 6.1 Classification; 6.1.1 Confusion Matrices; 6.1.2 ROC and AUC; 6.2 Classification with KNN; 6.2.1 KNN in Action; 6.3 Classification with Logistic Regression; 6.3.1 Logistic Regression Interpretation; 6.3.2 Logistic Regression in Action; 6.4 Classification with NaÃv̄e Bayes; 6.4.1 NaÃv̄e Bayes Classifier; 6.4.2 NaÃv̄e Bayes in Action.
520 $aData Science and Analytics with Python is designed for practitioners in data science and data analytics in both academic and business environments. The aim is to present the reader with the main concepts used in data science using tools developed in Python, such as SciKit-learn, Pandas, Numpy, and others. The use of Python is of particular interest, given its recent popularity in the data science community. The book can be used by seasoned programmers and newcomers alike. The book is organized in a way that individual chapters are sufficiently independent from each other so that the reader is comfortable using the contents as a reference. The book discusses what data science and analytics are, from the point of view of the process and results obtained. Important features of Python are also covered, including a Python primer. The basic elements of machine learning, pattern recognition, and artificial intelligence that underpin the algorithms and implementations used in the rest of the book also appear in the first part of the book. Regression analysis using Python, clustering techniques, and classification algorithms are covered in the second part of the book. Hierarchical clustering, decision trees, and ensemble techniques are also explored, along with dimensionality reduction techniques and recommendation systems. The support vector machine algorithm and the Kernel trick are discussed in the last part of the book.--$cProvided by Publisher.
650 0 $aData mining.
650 0 $aPython (Computer program language)
650 0 $aDatabases.
650 2 $aData Mining
650 6 $aExploration de données (Informatique)
650 6 $aPython (Langage de programmation)
650 7 $aCOMPUTERS$xGeneral.$2bisacsh
650 7 $aData mining.$2fast$0(OCoLC)fst00887946
650 7 $aDatabases.$2fast$0(OCoLC)fst00888065
650 7 $aPython (Computer program language)$2fast$0(OCoLC)fst01084736
650 7 $aDatenanalyse$2gnd
650 7 $aPython$gProgrammiersprache$2gnd
650 7 $aExploration de données.$2ram
650 7 $aPython (langage de programmation)$2ram
655 0 $aElectronic books.
655 4 $aElectronic books.
776 08 $iPrint version:$aRogel-Salazar, Jesus.$tData science and analytics with Python.$dBoca Raton, FL : CRC Press, Taylor & Francis Group, [2017]$z9781498742092$w(DLC) 2016057021$w(OCoLC)967774880
830 0 $aChapman & Hall/CRC data mining and knowledge discovery series.
856 40 $uhttp://www.columbia.edu/cgi-bin/cul/resolve?clio15130707$zTaylor & Francis eBooks
852 8 $blweb$hEBOOKS