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 selection

    A collection of 158 posts


    towardsdatascience.com towardsdatascience.com 2022-04-29 00:06

    Feature Engineering — Unraveling the Mystery

    Data Science | Machine Learning | Feature EngineeringFeature Engineering — Unraveling the MysteryWhat is feature engineering, the...

    Swapnil Kangralkar
    S Swapnil Kangralkar
    3 min read
    towardsdatascience.com towardsdatascience.com 2022-04-26 11:43

    Feature Selection for the Lazy Data Scientist

    A comprehensive literature review and code on Filter-based methods for Feature SelectionPhoto by Nathan Dumlao on UnsplashIf you’re a...

    David Harar
    D David Harar
    26 min read
    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...

    Yugesh Verma
    Y Yugesh Verma
    4 min read
    towardsdatascience.com towardsdatascience.com 2022-03-23 22:52

    Boruta SHAP for Temporal Feature Selection

    How Feature Selection Algorithms react to Data DriftPhoto by Rodion Kutsaev on UnsplashEveryone knows the importance of feature selection...

    Marco Cerliani
    M Marco Cerliani
    5 min read
    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...

    Yugesh Verma
    Y Yugesh Verma
    6 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
    Identifying Global Feature Relationships with SHAP Values
    • twitter
    • facebook
    • email
    towards data science 2021-12-07 20:43

    Identifying Global Feature Relationships with SHAP Values

    How to calculate global information for your features and use it for agnostic feature selection proceduresxPhoto by Shahadat Rahman on UnsplashThe usage of SHAP Values is now one of the most used ways of explaining...

    Tiago Toledo Jr.
    T Tiago Toledo Jr.
    9 min read
    Popular Feature Selection Routines in Machine Learning (Part 4)
    • twitter
    • facebook
    • email
    heartbeat.fritz.ai heartbeat.fritz.ai 2021-12-06 21:07

    Popular Feature Selection Routines in Machine Learning (Part 4)

    Exploring Popular Routines of Feature SelectionPhoto by Clint Adair on UnsplashThe general principle in data science is that better quality data will result in a more effective machine learning model. This statement...

    Minal Jain
    M Minal Jain
    6 min read
    Techniques for Feature Selection in Machine Learning (Part 3)
    • twitter
    • facebook
    • email
    heartbeat.fritz.ai heartbeat.fritz.ai 2021-11-24 21:04

    Techniques for Feature Selection in Machine Learning (Part 3)

    Exploring Embedded Methods of Feature SelectionIn the last parts (Part 1 and Part 2) of this series, we learned, at a high level, about feature selection and summarized some of its techniques. Moreover, we did a...

    Minal Jain
    M Minal Jain
    5 min read
    The Power of Ridge Regression
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2021-05-04 12:41

    The Power of Ridge Regression

    Photo by Hans M on UnsplashApplying Ridge Regression with Cross-Validation utilizing sklearnData Scientists are often asked to predict a target variable in a business setting without given certain instructions. This is...

    Yalim Demirkesen
    Y Yalim Demirkesen
    5 min read
    Feature Selection — Filter Method
    • twitter
    • facebook
    • email
    analytics vidhya 2021-05-04 01:23

    Feature Selection — Filter Method

    Feature Selection — Filter MethodTo research data easily, establish the models and obtain good results, it is important to preprocess data and one of the best methods to do this is Feature Selection.What is...

    Zaur Rasulov
    Z Zaur Rasulov
    3 min read
    Solve Machine Learning Problem: Dimensionality Reduction (part-5)
    • twitter
    • facebook
    • email
    analytics vidhya 2021-04-20 13:22

    Solve Machine Learning Problem: Dimensionality Reduction (part-5)

    IntroductionIn cases, where there is a huge number of variables, it is quite difficult to visualize, draw inferences for that dataset. So these techniques try to take out a subset from that dataset, which can capture a...

    Sri Harsha Tanamala
    S Sri Harsha Tanamala
    3 min read
    Feature Selection: How To Throw Away 95% of Your Data and Get 95% Accuracy
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2021-04-18 00:33

    Feature Selection: How To Throw Away 95% of Your Data and Get 95% Accuracy

    Feature selection is a fundamental step in a data pipeline. An example? On MNIST dataset, you only need 40 pixels (out of 784) to get more than 95% accuracy (99% ROC).[Figure by Author]1. Why feature selection?Can you...

    Samuele Mazzanti
    S Samuele Mazzanti
    7 min read
    Complete List of Feature Engineering Methods: 40 Techniques, 10 Categories
    • twitter
    • facebook
    • email
    towards artificial intell... 2021-04-15 19:03

    Complete List of Feature Engineering Methods: 40 Techniques, 10 Categories

    Data ScienceA complete list (as of now) Feature Engineering techniques for data explorationClick here to get to know me, my projects, and my latest articles.In your first year of data science, it is unlikely you will...

    Michelangiolo Mazzeschi
    M Michelangiolo Mazzeschi
    4 min read
    Spearman’s Correlation
    • twitter
    • facebook
    • email
    analytics vidhya 2021-04-13 23:05

    Spearman’s Correlation

    Spearman’s Correlation is the feature selection method.Spearman’s Correlation determines the strength and direction of the monotonic relationship between your two variables.What is a Monotonic Relationship?when the...

    Swapnilbobe
    S Swapnilbobe
    3 min read
    Towards building a unified framework for feature selection with ranking functions.
    • twitter
    • facebook
    • email
    towards data science 2021-04-07 21:28

    Towards building a unified framework for feature selection with ranking functions.

    Towards building a unified framework for feature selection with ranking functionsOne code to rule them all. One code to implement them all, and in the same framework bind them.Photo by David Pisnoy on UnsplashIn the...

    Ouaguenouni Mohamed
    O Ouaguenouni Mohamed
    7 min read
    Guide to Giotto-TDA: A high-performance topological machine learning toolbox
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-04-05 16:00

    Guide to Giotto-TDA: A high-performance topological machine learning toolbox

    Big Data has been the most hyped buzz word in the past few years. Big Data is the data that is huge in size and grows exponentially with time. Dealing with big data isn’t problematic just because of the size. The...

    Pavan Kandru
    P Pavan Kandru
    5 min read
    Feature Choice and Fairness: Less May be More
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2021-03-15 11:07

    Feature Choice and Fairness: Less May be More

    Thoughtful predictor selection is essential for model fairnessPhoto by Brett Jordan on UnsplashOne common AI-related fear I’ve often heard is that machine learning models will leverage oddball facts buried in vast...

    Valerie Carey
    V Valerie Carey
    9 min read
    Hands-on Guide to Automated Feature Selection using Boruta
    • twitter
    • facebook
    • email
    analyticsindiamag.com analyticsindiamag.com 2021-03-07 14:30

    Hands-on Guide to Automated Feature Selection using Boruta

    Feature selection is one of the most crucial and time-consuming phases of the machine learning process, second only to data cleaning. What if we can automate the process? Well, that’s exactly what Boruta does. Boruta...

    Aditya Singh
    A Aditya Singh
    4 min read
    Pearson’s Correlation
    • twitter
    • facebook
    • email
    analytics vidhya 2021-03-06 16:37

    Pearson’s Correlation

    Pearson’s Correlation is the Feature Selection Method.It shows direction and strength between dependant and independent variables.This method best suited when there is a linear relation between dependant and...

    Swapnilbobe
    S Swapnilbobe
    5 min read
    Feature Selection in Machine Learning
    • twitter
    • facebook
    • email
    analytics vidhya 2021-03-04 22:02

    Feature Selection in Machine Learning

    Feature Selection — Machine LearningIn this article, we will discuss the importance of the feature selection process, why it is required, and what are the different types of feature selection.So, let's...

    Swapnilbobe
    S Swapnilbobe
    2 min read
    “MRMR” Explained Exactly How You Wished Someone Explained to You
    • twitter
    • facebook
    • email
    towards data science 2021-02-12 23:27

    “MRMR” Explained Exactly How You Wished Someone Explained to You

    Want to improve your feature selection? “Maximum Relevance — Minimum Redundancy” (aka MRMR) is an algorithm used by Uber’s machine learning platform for finding the “minimal-optimal” subset of...

    Samuele Mazzanti
    S Samuele Mazzanti
    9 min read
    How to improve the performance of a (Supervised) Machine Learning Algorithm
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2021-02-08 23:01

    How to improve the performance of a (Supervised) Machine Learning Algorithm

    Image by Jess Foami from PixabayNowadays every data scientist is able to write code to train a Machine Learning algorithm: it is sufficient to load a dataset, split it into training and test sets, build the model and...

    Angelica Lo Duca
    A Angelica Lo Duca
    3 min read
    Splines for Feature Selection and Data Smoothing (Python)
    • twitter
    • facebook
    • email
    swlh 2021-01-30 21:06

    Splines for Feature Selection and Data Smoothing (Python)

    Splines in Python for Feature Selection and Data SmoothingSo this week I ended up doing some work with Splines in Python and was shocked regarding the state of information and lack of support articles for new-comers to...

    Robbie Prior
    R Robbie Prior
    7 min read
    Effective Feature Selection: Recursive Feature Elimination Using R
    • twitter
    • facebook
    • email
    towards data science 2021-01-11 23:29

    Effective Feature Selection: Recursive Feature Elimination Using R

    Photo by Anthony Martino on UnsplashDeveloping an accurate and yet simple (and interpretable) model in machine learning can be a very challenging task. Depending on the modeling approach (e.g., neural networks vs....

    Okan Bulut
    O Okan Bulut
    13 min read
    LaptrinhX © 2022
    Latest Posts News raoxyz congtyaz