Archives for feature engineering - Page 2

05 Apr

Introduction To Featuretools: A Python Framework For Automated Feature Engineering

image-21466
image-21466

Featuretools is an open-source Python library designed for automated feature engineering. It was developed by the Feature Labs. It enables the creation of new features from several related data tables. Feature selection techniques can then be used to choose appropriate features from them and then data scientists can proceed with model creation. Image source: GitHub…

The post Introduction To Featuretools: A Python Framework For Automated Feature Engineering appeared first on Analytics India Magazine.

20 Oct

Guide To Automatic Feature Engineering Using AutoFeat

image-16921
image-16921

In this article, I’ll be discussing the aspects of using AutoFeat, steps involved and its implementation with a real-world dataset. AutoFeat is a python library that provides automated feature engineering and feature selection along with models such as AutoFeatRegressor and AutoFeatClassifier.

The post Guide To Automatic Feature Engineering Using AutoFeat appeared first on Analytics India Magazine.

20 Oct

Guide To Automatic Feature Engineering Using AutoFeat

image-16922
image-16922

In this article, I’ll be discussing the aspects of using AutoFeat, steps involved and its implementation with a real-world dataset. AutoFeat is a python library that provides automated feature engineering and feature selection along with models such as AutoFeatRegressor and AutoFeatClassifier.

The post Guide To Automatic Feature Engineering Using AutoFeat appeared first on Analytics India Magazine.

20 Jun

Introduction To Feature Engineering And Its Techniques For Machine Learning

image-5230
image-5230

A feature can be said as the numeric representation of both structured and unstructured data. Feature engineering is one of the crucial steps in the process of predictive modelling. This method basically involves the transformation of given feature space, typically using mathematical functions, with the objective of reducing the modeling error for a given target.…

The post Introduction To Feature Engineering And Its Techniques For Machine Learning appeared first on Analytics India Magazine.