• Complain

Sinan Ozdemir - Feature Engineering Bookcamp

Here you can read online Sinan Ozdemir - Feature Engineering Bookcamp full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2022, publisher: Manning Publications Co., genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Sinan Ozdemir Feature Engineering Bookcamp
  • Book:
    Feature Engineering Bookcamp
  • Author:
  • Publisher:
    Manning Publications Co.
  • Genre:
  • Year:
    2022
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Feature Engineering Bookcamp: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Feature Engineering Bookcamp" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Deliver huge improvements to your machine learning pipelines without spending hours fine-tuning parameters! This books practical case-studies reveal feature engineering techniques that upgrade your data wranglingand your ML results.In Feature Engineering Bookcamp you will learn how toIdentify and implement feature transformations for your dataBuild powerful machine learning pipelines with unstructured data like text and imagesQuantify and minimize bias in machine learning pipelines at the data levelUse feature stores to build real-time feature engineering pipelinesEnhance existing machine learning pipelines by manipulating the input dataUse state-of-the-art deep learning models to extract hidden patterns in dataFeature Engineering Bookcamp guides you through a collection of projects that give you hands-on practice with core feature engineering techniques. Youll work with feature engineering practices that speed up the time it takes to process data and deliver real improvements in your models performance. This instantly-useful book skips the abstract mathematical theory and minutely-detailed formulas; instead youll learn through interesting code-driven case studies, including tweet classification, COVID detection, recidivism prediction, stock price movement detection, and more.About the technologyGet better output from machine learning pipelines by improving your training data! Use feature engineering, a machine learning technique for designing relevant input variables based on your existing data, to simplify training and enhance model performance. While fine-tuning hyperparameters or tweaking models may give you a minor performance bump, feature engineering delivers dramatic improvements by transforming your data pipeline.About the bookFeature Engineering Bookcamp walks you through six hands-on projects where youll learn to upgrade your training data using feature engineering. Each chapter explores a new code-driven case study, taken from real-world industries like finance and healthcare. Youll practice cleaning and transforming data, mitigating bias, and more. The book is full of performance-enhancing tips for all major ML subdomainsfrom natural language processing to time-series analysis.Whats insideIdentify and implement feature transformationsBuild machine learning pipelines with unstructured dataQuantify and minimize bias in ML pipelinesUse feature stores to build real-time feature engineering pipelinesEnhance existing pipelines by manipulating input dataAbout the readerFor experienced machine learning engineers familiar with Python.About the authorSinan Ozdemir is the founder and CTO of Shiba, a former lecturer of Data Science at Johns Hopkins University, and the author of multiple textbooks on data science and machine learning.Table of Contents1 Introduction to feature engineering2 The basics of feature engineering3 Healthcare: Diagnosing COVID-194 Bias and fairness: Modeling recidivism5 Natural language processing: Classifying social media sentiment6 Computer vision: Object recognition7 Time series analysis: Day trading with machine learning8 Feature stores9 Putting it all together

Sinan Ozdemir: author's other books


Who wrote Feature Engineering Bookcamp? Find out the surname, the name of the author of the book and a list of all author's works by series.

Feature Engineering Bookcamp — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Feature Engineering Bookcamp" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
inside front cover

Feature Engineering Bookcamp SINAN OZDEMIR To comment go to liveBook Manning - photo 1

Sinan Ozdemir is the founder and CTO of Shiba and is currently managing the - photo 5

Feature Engineering Bookcamp

SINAN OZDEMIR

To comment go to liveBook

Figure 11 When taking a more data-centric approach to ML we are not as - photo 6

Manning

Shelter Island

For more information on this and other Manning titles go to

www.manning.com

Copyright

For online information and ordering of these and other Manning books, please visit www.manning.com. The publisher offers discounts on these books when ordered in quantity.

For more information, please contact

Special Sales Department

Manning Publications Co.

20 Baldwin Road

PO Box 761

Shelter Island, NY 11964

Email: orders@manning.com

2022 by Manning Publications Co. All rights reserved.

No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in the book, and Manning Publications was aware of a trademark claim, the designations have been printed in initial caps or all caps.

Recognizing the importance of preserving what has been written, it is Mannings policy to have the books we publish printed on acid-free paper, and we exert our best efforts to that end. Recognizing also our responsibility to conserve the resources of our planet, Manning books are printed on paper that is at least 15 percent recycled and processed without the use of elemental chlorine.

Figure 12 The ML pipeline From left to right we must understand the problem - photo 7

Manning Publications Co.

20 Baldwin Road Technical

PO Box 761

Shelter Island, NY 11964

Development editor:

Toni Arritola

Technical development editor:

Al Krinker

Review editor:

Adriana Sabo

Production editor:

Andy Marinkovich

Copy editor:

Christian Berk

Proofreader:

Katie Tennant

Technical proofreader:

Ninoslav erkez

Typesetter:

Gordan Salinovi

Cover designer:

Marija Tudor

ISBN: 9781617299797

front matter
preface

Like many data scientists and machine learning engineers out there, most of my professional training and education came from real-world experiences, rather than classical education. I got all my degrees from Johns Hopkins in theoretical mathematics and never once learned about regressions and classification models. Once I received my masters degree, I decided to make the switch from pursuing my PhD to going into startups in Silicon Valley and teaching myself the basics of ML and AI.

I used free online resources and read reference books to begin my data science education and started a company focusing on creating enterprise AIs for large corporations. Nearly all of the material I picked up focused on the types of models and algorithms used to model data and make predictions. I used books to learn the theory and read online posts on sites like Medium to see how people would apply that theory to real-life applications.

It wasnt until a few years later that I started to realize that I could only go so far learning about topics like models, training, and parameter tuning. I was working with raw text data at the time, building enterprise-grade chatbots, and I noticed a big difference in the tone of the books and articles about natural language processing (NLP). They focused a lot on the classification and regression models I could use, but they focused equally, if not even more, on how to process the raw text for the models to use. They talked about tuning parameters for the data more than tuning parameters for the models themselves.

I wondered why this wasnt the case for other branches of ML and AI. Why werent people transforming tabular data with the same rigor as text data? It couldnt be that it wasnt necessary or helpful because pretty much every survey asking about time spent in the data science process revealed that people spent a majority of time getting and cleaning data. I decided to take this gap and turn it into a book.

Funny enough, that wasnt this book. I wrote another book on feature engineering a few years prior to this one. My first book on feature engineering focused on the basics of feature engineering with an emphasis on explaining the tools and algorithms over showcasing how to use them day to day. This book takes a more practical approach. Every chapter in this book is dedicated to a use case in a particular field with a dataset that invites different feature engineering techniques to be used.

I tried to outline my own thinking process when it came to feature engineering in an easy-to-follow and concise format. Ive made a career out of data science and machine learning, and feature engineering has been a huge part of that. I hope that this book will open your eyes and your conversations with colleagues about working with data and give you the tools and tricks to know which feature engineering techniques to apply and when.

acknowledgments

This book required a lot of work, but I believe that all the time and effort resulted in a great book. I sure hope that you think so as well! There are many people Id like to thank for encouraging me and helping me along the way.

First and foremost, I want to thank my partner, Elizabeth. Youve supported me, listened to me as I paced around our kitchen trying to figure out the best analogy for a complex topic, and walked the dog when it was my turn, but I was so engrossed in my writing that it totally slipped my mind. I love you more than anything.

Next, Id like to acknowledge everyone at Manning who made this text possible. I know it took a while, but your constant support and belief in the topic kept me going when things were rough. Your commitment to the quality of this book has made it better for everyone who will read it.

Id also like to thank all the reviewers, who took the time to read my manuscript at various stages during its development. To Aleksei Agarkov, Alexander Klyanchin, Amaresh Rajasekharan, Bhagvan Kommadi, Bob Quintus, Harveen Singh, Igor Dudchenko, Jim Amrhein, Jiri Pik, John Williams, Joshua A. McAdams, Krzysztof Jdrzejewski, Krzysztof Kamyczek, Lavanya Mysuru Krishnamurthy, Lokesh Kumar, Maria Ana, Maxim Volgin, Mikael Dautrey, Oliver Korten, Prashant Nair, Richard Vaughan, Sadhana Ganapathiraju, Satej Kumar Sahu, Seongjin Kim, Sergio Govoni, Shaksham Kapoor, Shweta Mohan Joshi, Subhash Talluri, Swapna Yeleswarapu, and Vishwesh Ravi Shrimaland: your suggestions helped make this a better book.

Finally, a special thank you goes to my technical proofreaders, who made sure that I crossed my ts, dotted my is, and commented on my code!

All in all, many people made this book possible. Thank you all so much!

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Feature Engineering Bookcamp»

Look at similar books to Feature Engineering Bookcamp. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Feature Engineering Bookcamp»

Discussion, reviews of the book Feature Engineering Bookcamp and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.