LaptrinhX
  • My
  • News
  • Tiktok
  • Tag
  • Author
  • Ebook
  • Theme
  • Tutorial
  • Funny
  • IT Job
  • Video
  • Tools
  • Hacker News
  • India (বাংলা)
  • Česká republika (čeština)
  • Danmark (Dansk)
  • Österreich (Deutsch)
  • Schweiz (Deutsch)
  • Deutschland (Deutsch)
  • Ελλάδα (ελληνικά)
  • United Arab Emirates (English)
  • Australia (English)
  • Canada (English)
  • United Kingdom (English)
  • Ireland (English)
  • India (English)
  • Malaysia (English)
  • New Zealand (English)
  • Philippines (English)
  • Singapore (English)
  • United States (English)
  • International Edition (English)
  • South Africa (English)
  • Argentina (español)
  • Chile (español)
  • Colombia (español)
  • España (español)
  • México (español)
  • Perú (español)
  • United States (español)
  • Venezuela (español)
  • América Latina (español)
  • Suomi (suomi)
  • Belgique (français)
  • Canada (français)
  • Suisse (français)
  • France (français)
  • Afrique francophone (français)
  • India (हिंदी)
  • Magyarország (magyar)
  • Indonesia (Bahasa Indonesia)
  • Italia (italiano)
  • 日本 (日本語)
  • 한국 (한국어)
  • India (मराठी)
  • Norge (norsk, bokmål)
  • België (Nederlands)
  • Nederland (Nederlands)
  • Polska (polski)
  • Brasil (português)
  • Portugal (Português)
  • Россия (Pусский)
  • Sverige (svenska)
  • India (తెలుగు)
  • ไทย (ไทย)
  • Türkiye (Türkçe)
  • Việt Nam (Tiếng Việt)
  • 中华人民共和国 (简体中文)
  • 香港特别行政區 (繁體中文)
  • 台灣 (繁體中文)

    Tags ::

    feature engineering

    A collection of 405 posts


    towards data science 2022-04-25 20:37

    Feature selection: A comprehensive list of strategies

    Photo by Ricardo Gomez Angel on UnsplashA checklist of 11 feature selection...

    Mahbubul Alam
    M Mahbubul Alam
    14 min read
    towards data science 2022-04-17 02:00

    Feature Engineering and deep learning for solar energy prediction

    Does feature Engineering help DL ModelsSource:...

    Dr. Saptarsi Goswami
    D Dr. Saptarsi Goswami
    5 min read
    analyticsindiamag.com analyticsindiamag.com 2022-04-13 19:35

    Hackathon alert! MachineHack launches ‘Data Engineering Championship’ as part of DES2022 Summit

    Data Engineering Summit 2022, presented by Google Cloud and organised by...

    Sreejani Bhattacharyya
    S Sreejani Bhattacharyya
    3 min read
    python in plain english 2022-04-07 14:49

    Kaggle Titanic Challenge: Create New Features from Extracted Data

    Better Data, Better Model!Photo by Glen Carrie on UnsplashOverviewHey...

    Aman Krishna
    A Aman Krishna
    4 min read
    datanami.com datanami.com 2022-04-06 02:59

    Rasgo Raises $25M to Further Feature Engineering

    Rasgo, a data engineering startup that aims to simplify feature engineering prep work in the cloud, has raised a $20 million Series A,...

    Alex Woodie
    A Alex Woodie
    2 min read
    A hands-on guide to ridge regression for feature selection
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2022-04-05 14:30

    A hands-on guide to ridge regression for feature selection

    In machine learning, feature engineering is an important step that determines the level of importance of any features from the data. In one of our articles, we have seen that ridge regression is used to get rid of...

    Yugesh Verma
    Y Yugesh Verma
    4 min read
    Building Production-Ready Machine Learning Features on Snowflake with Tecton’s Feature Store
    • twitter
    • facebook
    • email
    snowflake.net snowflake.net 2022-03-24 00:00

    Building Production-Ready Machine Learning Features on Snowflake with Tecton’s Feature Store

    We are excited to announce the integration of Tecton’s enterprise feature store and Feast, the popular open source feature store, with Snowflake. The integration, available in preview to all Snowflake customers on...

    Kevin StumpfMatt Bleifer
    K Kevin StumpfMatt Bleifer
    3 min read
    How to explain ML models and feature importance with LIME?
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2022-03-23 18:30

    How to explain ML models and feature importance with LIME?

    To maintain the reliability of the machine learning models, we need to improve their explainability and interpretability. There should be a proper reason that we can give while the model is making the predictions....

    Yugesh Verma
    Y Yugesh Verma
    6 min read
    Normalizing Features Within Groups
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2022-03-22 22:25

    Normalizing Features Within Groups

    An alternative approach to standardizationPhoto by Filip Mroz on UnsplashOne of the most common feature engineering techniques for numerical features is to standardize those features. This is often accomplished either...

    Andrew Engel
    A Andrew Engel
    4 min read
    From Numerical to Categorical
    • twitter
    • facebook
    • email
    towards data science 2022-03-18 20:30

    From Numerical to Categorical

    Three ways to bin numeric featuresPhoto by frank mckenna on UnsplashBinning numerical features into groups based on intervals the original value falls into can improve model performance. This can occur for several...

    Andrew Engel
    A Andrew Engel
    4 min read
    Categorical Variables for Machine Learning Algorithms
    • twitter
    • facebook
    • email
    towards data science 2022-03-17 01:06

    Categorical Variables for Machine Learning Algorithms

    One-hot encoding in Python and on the data warehousePhoto by Burst on UnsplashWhile most machine learning algorithms only work with numeric values, many important real-world features are not numeric but rather...

    Andrew Engel
    A Andrew Engel
    3 min read
    Feature Engineering for Machine Learning
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2022-03-14 21:34

    Feature Engineering for Machine Learning

    Part 2: Feature GenerationImage by Pete Linforth from Pixabay“Good features allow a simple model to beat a complex model”— Peter NorvigIn this second of the three-part series on Feature Engineering (Part I:...

    Wing Poon
    W Wing Poon
    9 min read
    Feature Engineering for Machine Learning
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2022-03-14 21:32

    Feature Engineering for Machine Learning

    Part 1: Data PreprocessingImage by Pete Linforth from Pixabay“Applied machine learning is basically feature engineering”— Andrew NgThe era of Deep Learning has popularized the approach of end-to-end machine...

    Wing Poon
    W Wing Poon
    12 min read
    Hamilton, a microframework for pandas dataframe generation* | by Stefan Krawczyk
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2022-03-09 12:25

    Hamilton, a microframework for pandas dataframe generation* | by Stefan Krawczyk

    Functions and DAGs: Hamilton, a General Purpose Micro-Framework for Pandas Dataframe GenerationAn approach for preventing your code from getting too complex to navigateCreating dataframes is easy, but managing the...

    Stefan Krawczyk
    S Stefan Krawczyk
    19 min read
    A guide to feature engineering in time series with Tsfresh
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2022-03-05 11:30

    A guide to feature engineering in time series with Tsfresh

    Feature engineering plays a crucial role in many of the data modelling tasks. This is simply a process that defines important features of the data using which a model can enhance its performance. In time series...

    Yugesh Verma
    Y Yugesh Verma
    6 min read
    Merging Multiple Datasets at Scale
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2022-03-05 02:59

    Merging Multiple Datasets at Scale

    Joining data on the modern data stackPhoto by Tim Foster on UnsplashWhen working in data science, rarely will a data scientist be able to find all of the necessary data for their project in a single file. Even if the...

    Andrew Engel
    A Andrew Engel
    5 min read
    Imputation on the Modern Data Stack
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2022-03-04 01:14

    Imputation on the Modern Data Stack

    Imputation at scalePhoto by Sigmund on UnsplashSince the majority of machine learning algorithms do not handle null values, missing value imputation is a standard part of feature engineering pipelines. There are...

    Andrew Engel
    A Andrew Engel
    6 min read
    Overview on Pandas dataframe operations
    • twitter
    • facebook
    • email
    towards data science 2022-03-01 04:51

    Overview on Pandas dataframe operations

    A practical guide with examplesData cleaning and feature engineering are essential in working with data. I have recently reviewed some past personal projects and refactored them or continued to build upon them. One of...

    ShengJun
    S ShengJun
    10 min read
    Data Transformation in Machine Learning Part-II
    • twitter
    • facebook
    • email
    datadriveninvestor 2022-02-23 12:46

    Data Transformation in Machine Learning Part-II

    Why “Big Data” Transformation and Feature Engineering is vital to ML successThis article will covers the following:1- What is a Data Product2- Challenges in Data Transformation3- Planning your Data Transformation4-...

    Raheel Hussain
    R Raheel Hussain
    9 min read
    Intuitions in high-dimensional spaces
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2022-02-09 18:13

    Intuitions in high-dimensional spaces

    Counter-intuitive geometric properties of high-dimensional spacesMany of our intuitions about distance, area, and volume break down in high-dimensional spaces. In AI/ML and data science, we work with high-dimensional...

    Peter Barrett Bryan
    P Peter Barrett Bryan
    3 min read
    Get To Know Audio Feature Extraction in Python
    • twitter
    • facebook
    • email
    towards data science 2022-01-18 22:12

    Get To Know Audio Feature Extraction in Python

    Photo by Richard Horvath on UnsplashExploring the wave related features of an audio file for further use in Analytics and MLIn the rise of the Big Data era, we can collect more data than ever. Data collection is no...

    Olivia Tanuwidjaja
    O Olivia Tanuwidjaja
    9 min read
    Facial Expression Recognition (FER) without Artificial Neural Networks
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2022-01-12 02:26

    Facial Expression Recognition (FER) without Artificial Neural Networks

    SVM, PCA and HOG join forces to solve a Computer Vision problemPhoto by Hello I’m Nik on UnsplashIntroductionData and Machine LearningWhen it comes to talking about Machine Learning, it’s clear that it is the...

    Unsupervised Isaac
    U Unsupervised Isaac
    8 min read
    Let’s Do: Feature Engineering
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2022-01-08 14:28

    Let’s Do: Feature Engineering

    A brief exhibition of the power of simple feature engineering using house sale price data and a LightGBM model.Photo by Danist Soh on UnsplashA brief backgroundFeature engineering can mean different things to...

    Bradley Stephen Shaw
    B Bradley Stephen Shaw
    7 min read
    Time Series Forecasting with Supervised Machine Learning
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2022-01-07 01:30

    Time Series Forecasting with Supervised Machine Learning

    Time series analysis and forecasting using supervised machine learning modelsPhoto by Aron Visuals on UnsplashWhen I first saw a time series forecasting problem I was very confused. Until that moment, I just did some...

    Unai López Ansoleaga
    U Unai López Ansoleaga
    6 min read
    Finding distance between two latitudes and longitudes in Python
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2022-01-04 05:44

    Finding distance between two latitudes and longitudes in Python

    Geographic dataFeature engineering distance from geographic coordinatesWhen preparing data for a model, there may be a time where it’s useful to find distances between two locations. This post shows how to find the...

    Zolzaya Luvsandorj
    Z Zolzaya Luvsandorj
    8 min read
    LaptrinhX © 2022
    Latest Posts News raoxyz congtyaz