Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Feature Engineering for Machine Learning: Principles and Techniques for Data Scientists

    Posted By: IrGens
    Feature Engineering for Machine Learning: Principles and Techniques for Data Scientists

    Feature Engineering for Machine Learning: Principles and Techniques for Data Scientists by Alice Zheng, Amanda Casari
    English | April 14, 2018 | ISBN: 1491953241 | PDF | 218 pages | 17.2 MB

    Feature engineering is a crucial step in the machine-learning pipeline, yet this topic is rarely examined on its own. With this practical book, you’ll learn techniques for extracting and transforming features—the numeric representations of raw data—into formats for machine-learning models. Each chapter guides you through a single data problem, such as how to represent text or image data. Together, these examples illustrate the main principles of feature engineering.

    Rather than simply teach these principles, authors Alice Zheng and Amanda Casari focus on practical application with exercises throughout the book. The closing chapter brings everything together by tackling a real-world, structured dataset with several feature-engineering techniques. Python packages including numpy, Pandas, Scikit-learn, and Matplotlib are used in code examples.

    You’ll examine:

    Feature engineering for numeric data: filtering, binning, scaling, log transforms, and power transforms
    Natural text techniques: bag-of-words, n-grams, and phrase detection
    Frequency-based filtering and feature scaling for eliminating uninformative features
    Encoding techniques of categorical variables, including feature hashing and bin-counting
    Model-based feature engineering with principal component analysis
    The concept of model stacking, using k-means as a featurization technique
    Image feature extraction with manual and deep-learning techniques
    IT