Git Product home page Git Product logo

feature-engineering's Introduction

Feature engineering

Feature engineering is a course offered on codecademy. This repository is a collection of exercises I completed for the course.

Course projects

Transforming data into features

Techniques for transforming categorical data, scaling data, and working with date-time features are applied to a clothing company dataset from Kaggle.

Wrapper methods

Survey data from a survey conducted by Fabio Mendoza Palechor and Alexis de la Hoz Manotas (sourced from the UCI Machine Learning Repository) are analysed using a regresssion model, with the purpose of predicting whether survey respondents are obese. A number of wrapper methods are testest and compared, including:

  • sequential forward selection
  • sequential backward floating selection
  • recursive feature elimination

Logistic regression with regularisation

A set of logistic regression models were trained on a dataset from the UCI Machine Learning Repository on wine quality using sci-kit learn. The goal of the project was to:

  1. implement different logistici classifiers
  2. find the best ridge-regularized classifier using hyperparameter tuning
  3. implement a tuned lasso-regularised feature selection method

PCA

In this project, you will classify particles into gamma(signal) or hadrons(background). Given that the features are correlated, you will perform PCA to get a new set of features, and select the features that contain the most information. The data set was generated by a Monte Carlo program, Corsika, described in D. Heck et al., CORSIKA, A Monte Carlo code to simulate extensive air showers, Forschungszentrum Karlsruhe FZKA 6019 (1998).

feature-engineering's People

Contributors

radoya-panic avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.