<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Introduction to machine learning with Python</title>
    <subTitle>a guide for data scientists</subTitle>
  </titleInfo>
  <titleInfo type="alternative">
    <title>Machine learning with Python</title>
  </titleInfo>
  <name type="personal">
    <namePart>Müller, Andreas C.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">author.</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Guido, Sarah</namePart>
    <role>
      <roleTerm type="text">author.</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <edition>First edition.</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xii, 376 pages : illustrations ; 24 cm</extent>
  </physicalDescription>
  <abstract>Machine learning has become an integral part of many commercial applications and research projects, but this field is not exclusive to large companies with extensive research teams. If you use Python, even as a beginner, this book will teach you practical ways to build your own machine learning solutions. With all the data available today, machine learning applications are limited only by your imagination. You'll learn the steps necessary to create a successful machine-learning application with Python and the scikit-learn library. Authors Andreas Müller and Sarah Guido focus on the practical aspects of using machine learning algorithms, rather than the math behind them. Familiarity with the NumPy and matplotlib libraries will help you get even more from this book. --</abstract>
  <tableOfContents>Introduction -- Supervised learning -- Unsupervised learning and preprocessing -- Representing data and engineering features -- Model evaluation and improvement -- Algorithm chains and pipelines -- Working with text data -- Wrapping up.</tableOfContents>
  <note type="statement of responsibility">Andreas C. Müller and Sarah Guido.</note>
  <note>Includes index.</note>
  <subject authority="lcsh">
    <topic>Python (Computer program language)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Programming languages (Electronic computers)</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Data mining</topic>
  </subject>
  <subject authority="fast">
    <topic>Data mining</topic>
  </subject>
  <subject authority="fast">
    <topic>Programming languages (Electronic computers)</topic>
  </subject>
  <subject authority="fast">
    <topic>Python (Computer program language)</topic>
  </subject>
  <subject authority="gnd">
    <topic>Maschinelles Lernen</topic>
  </subject>
  <classification authority="lcc">QA76.73.P98 M85 2016</classification>
  <identifier type="isbn">9781449369415</identifier>
  <identifier type="lccn">2017394288</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg"/>
    <recordCreationDate encoding="marc">260313</recordCreationDate>
    <recordChangeDate encoding="iso8601">20260313074442.0</recordChangeDate>
    <recordIdentifier source="OSt">19777557</recordIdentifier>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
